1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

remove project action

This commit is contained in:
Nebel 2024-11-07 14:21:15 +09:00
parent 485537101b
commit 10d7e8f4c7
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1,14 +0,0 @@
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 }}