Browse Source

Delete add-to-project.yml

pull/4186/head
FliesWithWind 2 years ago
committed by GitHub
parent
commit
053af83169
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .github/workflows/add-to-project.yml

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

@ -1,17 +0,0 @@
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/add-to-project@v0.4.0
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