We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746092b commit 889abb8Copy full SHA for 889abb8
.github/workflows/project.yml
@@ -0,0 +1,22 @@
1
+name: Add to Project
2
+on:
3
+ issues:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - transferred
8
+ - labeled
9
+ pull_request:
10
11
12
13
14
+jobs:
15
+ add-to-project:
16
+ name: Add to Project
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c
20
+ with:
21
+ project-url: 'https://github.com/orgs/vmware/projects/22'
22
+ github-token: '${{ secrets.GH_ADD_TO_PROJECT }}'
0 commit comments