We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89efd8b commit d92f8e4Copy full SHA for d92f8e4
.github/workflows/main.yml
@@ -0,0 +1,21 @@
1
+name: Add Issues to Backlog Project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
8
+jobs:
9
+ add-to-project:
10
+ name: Add issue to Backlog project
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Add issue to Backlog project
14
+ uses: actions/[email protected]
15
+ with:
16
+ project-url: https://github.com/orgs/numbersprotocol/projects/8
17
+ # OR for repository projects:
18
+ # project-url: https://github.com/users/YOUR_USERNAME/projects/YOUR_PROJECT_NUMBER
19
+ # OR for user projects:
20
21
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments