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 9b2d32e commit 8c8dd3aCopy full SHA for 8c8dd3a
1 file changed
.github/workflows/add-to-project.yaml
@@ -0,0 +1,17 @@
1
+name: Add to project
2
+
3
+on:
4
+ issues:
5
+ types: [opened]
6
+ pull_request:
7
8
9
+jobs:
10
+ add-to-project:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ # https://github.com/actions/add-to-project/releases/tag/v1.0.2
14
+ - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e
15
+ with:
16
+ project-url: ${{ vars.PROJECT_BOARD_URL }}
17
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
0 commit comments