Skip to content

Commit b988b66

Browse files
authored
Add all new issues to the project (#615)
This uses a PAT that is already in place.
1 parent 36bc2f3 commit b988b66

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/add-to-project.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)