Skip to content

Commit 51031eb

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

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

0 commit comments

Comments
 (0)