Skip to content

Commit

Permalink
fix(labeler): fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
awpala committed Aug 19, 2024
1 parent d46007c commit cadb967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- all:
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- all-globs-to-all-files: '!src/docs/*'
- all-globs-to-all-files: '!**/*.md'

# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
feature:
Expand Down
File renamed without changes.

0 comments on commit cadb967

Please sign in to comment.