feat: automatically add new issues to the hangar project

This commit is contained in:
MiniDigger | Martin 2022-11-19 11:53:28 +01:00
parent c06b47342b
commit 0804edba85

16
.github/workflows/issues_to_project.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Add issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issues to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@0.3.0
with:
project-url: https://github.com/orgs/HangarMC/projects/1
github-token: ${{ secrets.CR_PAT }}