Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlicekdominik authored Oct 28, 2023
1 parent ebf128d commit 65dae46
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
issues:
types: [opened]

jobs:
assign-to-user:
runs-on: ubuntu-latest
steps:
- name: Assign to user
uses: peter-evans/assignee@v2.1.0
with:
assignee: dominikpavlicek
- name: Set status to Backlog
uses: peter-evans/create-issue-comment@v1.5.2
with:
body: 'status: Backlog'
# jobs:
# assign-to-user:
# runs-on: ubuntu-latest
# steps:
# - name: Assign to user
# uses: peter-evans/assignee@v2.1.0
# with:
# assignee: dominikpavlicek
# - name: Set status to Backlog
# uses: peter-evans/create-issue-comment@v1.5.2
# with:
# body: 'status: Backlog'

0 comments on commit 65dae46

Please sign in to comment.