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 b7d9adc commit 7e50e1dCopy full SHA for 7e50e1d
.github/workflows/issues.yml
@@ -0,0 +1,16 @@
1
+name: Add issue to project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
8
+jobs:
9
+ add-to-project:
10
+ name: Add issue to project
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/add-to-project@v0.5.0
14
+ with:
15
+ project-url: https://github.com/orgs/FullFact/projects/4
16
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments