mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
add project action
This commit is contained in:
parent
304d2aa963
commit
e3843f842a
1 changed files with 14 additions and 0 deletions
14
.github/workflows/add-project.yml
vendored
Normal file
14
.github/workflows/add-project.yml
vendored
Normal 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 }}
|
Loading…
Add table
Reference in a new issue