Skip to content

Commit

Permalink
Merge branch 'main' into user/mikehoffms/ad-policy-links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehoffms committed Aug 22, 2023
2 parents ebdb3c9 + 105664c commit 049a2b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add 'triage-needed' label to any issue that gets opened.
triage-needed:
- '/.*/'
20 changes: 0 additions & 20 deletions .github/workflows/label-new-issues.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "New issue labeler"
on:
issues:
types: [opened]

permissions:
issues: write
contents: read

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}

0 comments on commit 049a2b1

Please sign in to comment.