File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Bug report
33about : Something that's not right about the project
44title : ' '
55labels : bug
6- assignees : ' '
6+ assignees : ' gerph '
77
88---
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Feature request
33about : Suggest an idea for this project
44title : ' '
55labels : enhancement
6- assignees : ' '
6+ assignees : ' gerph '
77
88---
99
Original file line number Diff line number Diff line change 1+ ---
2+ # Automatically assign issues to users
3+ #
4+ # When new issues are created, they will automatically be assigned to a user.
5+ #
6+
7+ name : Issue assignment
8+
9+ on :
10+ issues :
11+ types : [opened]
12+
13+ jobs :
14+ # See GitHub repository here: https://github.com/pozil/auto-assign-issue
15+ auto-assign :
16+ runs-on : ubuntu-latest
17+ permissions :
18+ issues : write
19+ steps :
20+ - name : Auto-assign issue
21+ uses : pozil/auto-assign-issue@v2
22+ with :
23+ assignees : gerph
24+ abortIfPreviousAssignees : true
25+ allowSelfAssign : true
You can’t perform that action at this time.
0 commit comments