Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 30, 2024
1 parent 217966c commit 789c6c4
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-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/**'
- any-glob-to-all-files: '!**/build.sbt'
- any-glob-to-all-files: '!docs/**'
- any-glob-to-all-files: '!website/**'
- any-glob-to-all-files: '!**/*.md'
- any-glob-to-all-files: '!sbt-plugin/**'
- any-glob-to-all-files: '!external/**'
- any-glob-to-all-files: '!integrations/**'
- any-glob-to-all-files: '!profiledb/**'
- any-glob-to-all-files: '!plugin/**'

0 comments on commit 789c6c4

Please sign in to comment.