Skip to content

Commit

Permalink
Update issue label workflow (#8334)
Browse files Browse the repository at this point in the history
  • Loading branch information
serinamarie authored Jan 31, 2023
1 parent 5dcfe7d commit 87c061e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/issue-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- name: Remove triage label on close
- name: Remove status labels on close
if: github.event.action == 'closed'
run: gh issue edit --repo prefecthq/prefect ${{ github.event.issue.number }} --remove-label "status:triage"
run: gh issue edit --repo prefecthq/prefect ${{ github.event.issue.number }} --remove-label "status:triage" --remove "status:in-progress" --remove "status:accepted"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -31,4 +31,3 @@ jobs:
run: gh issue edit --repo prefecthq/prefect ${{ github.event.issue.number }} --remove-label "status:triage"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87c061e

Please sign in to comment.