add-to-project.yml 466 B

123456789101112131415161718
  1. name: Add to Project
  2. on:
  3. issues:
  4. types:
  5. - opened
  6. - labeled
  7. jobs:
  8. add-to-project:
  9. if: github.repository_owner == 'GameServerManagers'
  10. runs-on: ubuntu-latest
  11. steps:
  12. - name: Add to Project
  13. uses: actions/add-to-project@v1.0.2
  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"