Migrate to issue forms

This commit is contained in:
Claudia Meadows 2024-09-02 11:22:03 -07:00
parent 8673cd987d
commit dcb992071f
No known key found for this signature in database
GPG key ID: C86B594396786760
7 changed files with 172 additions and 256 deletions

View file

@ -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: