1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

add project action

This commit is contained in:
Nebel 2023-08-09 08:24:35 +09:00
parent 304d2aa963
commit e3843f842a
Signed by: nebel
GPG key ID: 79807D08C6EF6460

14
.github/workflows/add-project.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Add bugs to bugs project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/users/kou029w/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}