We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51ba34 commit a229cf4Copy full SHA for a229cf4
1 file changed
.github/workflows/assign-project.yaml
@@ -0,0 +1,20 @@
1
+name: Auto Assign to Project(s)
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request:
7
8
+ issue_comment:
9
+ types: [created]
10
11
+jobs:
12
+ assign_one_project:
13
+ runs-on: ubuntu-latest
14
+ name: Assign to One Project
15
+ steps:
16
+ - name: Assign all issues to Project 1
17
+ uses: srggrs/assign-one-project-github-action@1.2.1
18
+ with:
19
+ project: 'https://github.com/orgs/NIGMS/projects/1'
20
+ column_name: 'Todo'
0 commit comments