mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
feat: automatically add new issues to the hangar project
This commit is contained in:
parent
c06b47342b
commit
0804edba85
16
.github/workflows/issues_to_project.yml
vendored
Normal file
16
.github/workflows/issues_to_project.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user