Skip to content

Commit

Permalink
chore: auto add game server requests to gh project
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 16, 2023
1 parent 7f6147f commit 51031eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 51031eb

Please sign in to comment.