Skip to content

Commit

Permalink
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#47)
Browse files Browse the repository at this point in the history
* [bot] synced local '.github/labels.yml' with remote 'sources/github-actions/labels.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast

* [bot] synced local '.github/labeler.yml' with remote 'sources/github-actions/labeler.yml'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot authored Jan 27, 2024
1 parent 2b83160 commit ccbda00
Show file tree
Hide file tree
Showing 2 changed files with 26 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
9 changes: 9 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
- name: wontfix
description: This will not be worked on
color: ffffff
- name: clojure
description: Clojure source code
color: 5881d8
- name: clojurescript
description: ClojureScript source code
color: 91dc47
- name: javascript
description: JavaScript source code
color: d7f0a2

# 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 ccbda00

Please sign in to comment.