Skip to content

Commit

Permalink
chore(gh): add issue labels (#454)
Browse files Browse the repository at this point in the history
Add issue labels.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam authored Nov 14, 2024
1 parent 62332c0 commit 400691c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
pending-review:
- '.*'
19 changes: 19 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Issue Triage

on:
issues:
types:
- opened

jobs:
label-issues:
runs-on: ubuntu-latest
steps:
- name: Apply Issue Triage Labels
uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: .github/labeler-issues.yml
enable-versioned-regex: 0
include-title: 1

0 comments on commit 400691c

Please sign in to comment.