Skip to content

Commit

Permalink
Remove automatic triage/needs-triage label creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-ci[bot] committed Oct 31, 2023
1 parent 487244c commit 15340de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/auto-add-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ on:
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 15340de

Please sign in to comment.