Skip to content

Commit bc019f1

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/add-to-project.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
issues:
3+
types:
4+
- opened
5+
6+
jobs:
7+
add-to-project:
8+
name: Add game server requests to project
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/[email protected]
12+
with:
13+
project-url: https://github.com/orgs/GameServerManagers/projects/11
14+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
15+
labeled: "type: game server request"

0 commit comments

Comments
 (0)