gh: move issues to the Needs Triage card by default.
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
643c475db0
commit
1037af6599
1 changed files with 6 additions and 3 deletions
9
.github/workflows/project.yml
vendored
9
.github/workflows/project.yml
vendored
|
@ -13,7 +13,10 @@ jobs:
|
|||
repository-projects: write
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c # v0.5.0
|
||||
- uses: peter-evans/create-or-update-project-card@2384ab088fea261837be59baa1ba295694c4e74a
|
||||
with:
|
||||
project-url: https://github.com/orgs/kubernetes/projects/104
|
||||
github-token: ${{ secrets.PROJECT_WRITER }}
|
||||
project-location: organization
|
||||
project-number: 104
|
||||
issue-number: ${{ github.event.number }}
|
||||
column-name: "Needs Triage"
|
||||
token: ${{ secrets.PROJECT_WRITER }}
|
||||
|
|
Loading…
Reference in a new issue