Browse Source

chore: auto add game server requests to gh project

pull/4107/head
Daniel Gibbs 2 years ago
parent
commit
51031eb71a
  1. 17
      .github/workflows/add-to-project.yml

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

@ -0,0 +1,17 @@
name: Add to project
on:
issues:
types:
- opened
- labeled
jobs:
add-to-project:
name: Add game server requests to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/GameServerManagers/projects/11
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: "type: game server request"
Loading…
Cancel
Save