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 b383610 commit ad2ea5cCopy full SHA for ad2ea5c
.github/workflows/add-to-project.yml
@@ -0,0 +1,19 @@
1
+name: Add to Project
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ pull_request:
8
9
10
11
+jobs:
12
+ add-to-project:
13
+ name: Add issue to project
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/[email protected]
17
+ with:
18
+ project-url: https://github.com/users/joe-mccarthy/projects/4
19
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments