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 Jan 27, 2024
1 parent 9ee0495 commit 27f461b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotfiles:

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

source code:
- changed-files:
Expand All @@ -22,5 +22,21 @@ tooling:
- changed-files:
- any-glob-to-any-file: ['deps.edn', 'Makefile', 'bin/**/*', '**/*.sh']

clojure:
- changed-files:
- any-glob-to-any-file: ['**/*.clj', '**/*.cljc']

clojurescript:
- changed-files:
- any-glob-to-any-file: ['**/*.cljs', '**/*.cljc']

javascript:
- changed-files:
- any-glob-to-any-file: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx']

dependencies:
- changed-files:
- any-glob-to-any-file: ['project.clj', 'package.json', 'package-lock.json', 'pom.xml']

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast

0 comments on commit 27f461b

Please sign in to comment.