chore(workflows): add issues to project board (#213)
* Create main.yml * Rename main.yml to issue.yml
This commit is contained in:
parent
0719efa51a
commit
98851d4ca6
1 changed files with 18 additions and 0 deletions
18
.github/workflows/issue.yml
vendored
Normal file
18
.github/workflows/issue.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Add new issues to kanban 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.3.0
|
||||
with:
|
||||
# You can target a repository in a different organization
|
||||
# to the issue
|
||||
project-url: https://github.com/orgs/zitadel/projects/1
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
Loading…
Add table
Add a link
Reference in a new issue