Skip to content

Commit

Permalink
Migrate to labeler v5
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jul 28, 2024
1 parent 9e16b1d commit 3d81f4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
ci-cd:
- .github/**/*
- changed-files:
- any-glob-to-any-file:
- .github/**/*

grammar:
- grammar.js
- changed-files:
- any-glob-to-any-file:
- grammar.js

bindings:
- bindings/**/*
- changed-files:
- any-glob-to-any-file:
- bindings/**/*

examples:
- examples/**/*
- changed-files:
- any-glob-to-any-file:
- examples/**/*

scanner:
- src/scanner.c
- changed-files:
- any-glob-to-any-file:
- src/scanner.c
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5

0 comments on commit 3d81f4d

Please sign in to comment.