Skip to content

Commit

Permalink
[bot] synced local '.github/labeler.yml' with remote 'sources/github-…
Browse files Browse the repository at this point in the history
…actions/labeler.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot committed Oct 13, 2024
1 parent 62c6428 commit f4ef069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
restricted:
- changed-files:
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', 'CODEOWNERS', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore', '.bouncer/**/*']
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore', '.wallbrew/bouncer/**/*']

dotfiles:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', '.cljstyle', '.clj-kondo/**/*' , '.gitignore', '.bouncer/**/*', '.sealog/**/*']
- any-glob-to-any-file: ['.github/**/*', '.cljstyle', '.clj-kondo/**/*' , '.gitignore', '.wallbrew/**/*']

documentation:
- changed-files:
- any-glob-to-any-file: ['docs/**/*', 'doc/**/*', '.sealog/**/*', '**/*.md']
- any-glob-to-any-file: ['docs/**/*', 'doc/**/*', '.wallbrew/sealog/**/*', '**/*.md']

source code:
- changed-files:
Expand All @@ -20,7 +20,7 @@ test code:

tooling:
- changed-files:
- any-glob-to-any-file: ['deps.edn', 'Makefile', 'bin/**/*', '**/*.sh', '.bouncer/**/*']
- any-glob-to-any-file: ['deps.edn', 'Makefile', 'bin/**/*', '**/*.sh', '.wallbrew/bouncer/**/*']

clojure:
- changed-files:
Expand Down

0 comments on commit f4ef069

Please sign in to comment.