Skip to content

Commit

Permalink
Add needs triage label to re/opened PRs and issues (#7916)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Jun 15, 2023
1 parent 4d8dbad commit bb302da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/label-all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Issue and PR Labeler"
on:
pull_request:
types: [opened]
issues:
types: [opened, reopened]
jobs:
label-all-on-open:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0.4
with:
add-labels: "needs triage"
ignore-if-labeled: false

0 comments on commit bb302da

Please sign in to comment.