Skip to content

Commit

Permalink
fix labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thenets authored Nov 4, 2024
1 parent 0259796 commit 433a349
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Add the "container" label to pull request that changes the `./container` directory
container:
- 'container/**/*'
- changed-files:
- any-glob-to-any-file: 'container/**/*'

# Add the "source" label to pull request that changes anything but the `./container` directory
source:
- any: ['**']
all: ['!container/**/*']
- all:
- any-glob-to-any-file: '**/*'
- all-globs-to-all-files: '!container/**/*'

0 comments on commit 433a349

Please sign in to comment.