Skip to content

Commit

Permalink
Remove job that adds needs-triage label
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Oct 20, 2023
1 parent 05d144b commit fd33d70
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/auto-add-issues.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
name: Label new issues as needs-triage and add to CodeFlare Sprint Board
name: Add issue to CodeFlare Sprint Board
on:
issues:
types:
- opened
jobs:
add_label:
name: Add needs-triage label to new issues
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v3
- run: gh issue edit ${{ github.event.issue.number }} --add-label "triage/needs-triage"
env:
GH_TOKEN: ${{ github.token }}

add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd33d70

Please sign in to comment.