Skip to content

Commit a2e0404

Browse files
committed
chore: auto add game server requests to gh project
1 parent 7f6147f commit a2e0404

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/add-to-project.yml

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)