Skip to content

Commit

Permalink
Merge pull request #770 from john-westcott-iv/github_meta_changes
Browse files Browse the repository at this point in the history
Adding triage label to any new issue
  • Loading branch information
shanemcd authored Feb 1, 2022
2 parents d27ce3c + 1320c9d commit 3a3260f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/issue_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
needs_triage:
- '.*'
22 changes: 22 additions & 0 deletions .github/workflows/triage_new.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Triage

on:
issues:
types:
- opened

jobs:
triage:
runs-on: ubuntu-latest
name: Label

steps:
- name: Label issues
uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
not-before: 2021-12-07T07:00:00Z
configuration-path: .github/issue_labeler.yml
enable-versioned-regex: 0
if: github.event_name == 'issues'

0 comments on commit 3a3260f

Please sign in to comment.