Migrate to issue forms
This commit is contained in:
parent
8673cd987d
commit
dcb992071f
7 changed files with 172 additions and 256 deletions
9
.github/workflows/issue-create.yml
vendored
9
.github/workflows/issue-create.yml
vendored
|
|
@ -4,7 +4,16 @@ on:
|
|||
types: [opened]
|
||||
permissions:
|
||||
issues: write
|
||||
repository-projects: write
|
||||
jobs:
|
||||
add_triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: gh issue edit "$ISSUE_URL" --add-project 'Triage/bugs'
|
||||
env:
|
||||
ISSUE_URL: ${{ github.event.issue.url }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
notify:
|
||||
uses: ./.github/workflows/_post-comment.yml
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue