Skip to content

Commit

Permalink
Merge pull request #103 from danicheg/fix-labelling-once-again
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
danicheg authored Jan 30, 2024
2 parents e8d1b71 + 8d33624 commit 217966c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ scalac-profiling:
behind-the-scenes:
- all:
- changed-files:
- any-globs-to-all-files: '!**/build.sbt'
- any-globs-to-all-files: '!docs/**'
- any-globs-to-all-files: '!website/**'
- any-globs-to-all-files: '!**/*.md'
- any-globs-to-all-files: '!sbt-plugin/**'
- any-globs-to-all-files: '!external/**'
- any-globs-to-all-files: '!integrations/**'
- any-globs-to-all-files: '!profiledb/**'
- any-globs-to-all-files: '!plugin/**'
- any-globs-to-all-file: '!**/build.sbt'
- any-globs-to-all-file: '!docs/**'
- any-globs-to-all-file: '!website/**'
- any-globs-to-all-file: '!**/*.md'
- any-globs-to-all-file: '!sbt-plugin/**'
- any-globs-to-all-file: '!external/**'
- any-globs-to-all-file: '!integrations/**'
- any-globs-to-all-file: '!profiledb/**'
- any-globs-to-all-file: '!plugin/**'

0 comments on commit 217966c

Please sign in to comment.