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 36bc2f3 commit b988b66Copy full SHA for b988b66
.github/workflows/add-to-project.yml
@@ -0,0 +1,18 @@
1
+# This adds all new issues to the Taskwarrior project, for better tracking.
2
+# It uses a PAT that belongs to @taskwarrior.
3
+name: Add issues to Taskwarrior Project
4
+
5
+on:
6
+ issues:
7
+ types:
8
+ - opened
9
10
+jobs:
11
+ add-to-project:
12
+ name: Add issue to project
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/[email protected]
16
+ with:
17
+ project-url: https://github.com/orgs/GothenburgBitFactory/projects/4
18
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments