Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] synced file(s) with Wall-Brew-Co/rebroadcast #122

Merged
merged 2 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading