Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlicekdominik committed Oct 1, 2023
1 parent 308fb4e commit 43b21c6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Assign issue to user and set status to Backlog

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'

0 comments on commit 43b21c6

Please sign in to comment.