We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6147f commit a2e0404Copy full SHA for a2e0404
.github/workflows/add-to-project.yml
@@ -0,0 +1,16 @@
1
+on:
2
+ issues:
3
+ types:
4
+ - opened
5
+ - labeled
6
+
7
+jobs:
8
+ add-to-project:
9
+ name: Add game server requests to project
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/[email protected]
13
+ with:
14
+ project-url: https://github.com/orgs/GameServerManagers/projects/11
15
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
16
+ labeled: "type: game server request"
0 commit comments