We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3b940 commit cf00b9eCopy full SHA for cf00b9e
1 file changed
.github/workflows/auto-assign-to-project.yml
@@ -0,0 +1,18 @@
1
+name: Auto Assign to Project
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request:
7
8
9
+jobs:
10
+ add-to-project:
11
+ runs-on: ubuntu-latest
12
+ name: Assign to "Backlog" Project
13
+ steps:
14
+ - name: Assign NEW issues and NEW pull requests to global project "Backlog" (1)
15
+ uses: actions/add-to-project@v1.0.2
16
+ with:
17
+ project-url: https://github.com/users/Blackjacx/projects/1
18
+ github-token: ${{ secrets.ACCESS_TOKEN }}
0 commit comments