Skip to content

Commit

Permalink
Really really this time fix pr-labeler (I swear) (#389)
Browse files Browse the repository at this point in the history
* Doh!

* Fix pr-label config

* Add language-spec label

* Fix my bad spelling

* Fix glob
  • Loading branch information
llvm-beanz authored Feb 11, 2025
1 parent d6e950d commit 96e8726
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/pr-labels.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
needs-triage:
- proposals/**/*
- changed-files:
- any-glob-to-any-file: 'proposals/**/*'

language-spec:
- changed-files:
- any-glob-to-any-file: 'specs/**/*'
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
ref: main
- uses: actions/labeler@v5
with:
configuration-path: .github/prs-labels.yml
configuration-path: .github/pr-labels.yml

0 comments on commit 96e8726

Please sign in to comment.