Skip to content

Commit 6c82430

Browse files
authored
[Github] Use our own issue labeler fork (#65900)
- Only adds 'new issue' if no other label is added (#65701) - No not add labels if labels were already set - Only add `foo` if there are no `foo:bar` label being added (although, we don't use that yet) Fixes #65701
1 parent c21be63 commit 6c82430

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/new-issues-labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
'new issue':
2-
- '/.*/'
3-
41
'clang':
52
- '/\bclang(?!\-)\b/i'
63

.github/workflows/new-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: github.repository == 'llvm/llvm-project'
1515
steps:
16-
- uses: github/issue-labeler@v3.2
16+
- uses: llvm/actions/issue-labeler@main
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
configuration-path: .github/new-issues-labeler.yml

0 commit comments

Comments
 (0)