Skip to content

Commit

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

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

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

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

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

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

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

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot authored Sep 30, 2024
1 parent 1c85e2f commit 5dc09f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
restricted:
- changed-files:
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', 'CODEOWNERS', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore']
- any-glob-to-any-file: ['LICENSE', 'CONTRIBUTING.md', 'CODE_OF_CONDUCT.md', 'CODEOWNERS', '.github/**/*', '.cljstyle', 'SECURITY.md', '.clj-kondo/**/*', '.gitignore', '.bouncer/**/*']

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

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

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

clojure:
- changed-files:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cljdoc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: ["pull_request", "workflow_dispatch"]

jobs:
check-cljdoc:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Clojure Tests

on: ["push", "workflow_dispatch", "pull_request"]
on: ["workflow_dispatch", "pull_request"]

jobs:
test:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linter

on: ["push", "workflow_dispatch", "pull_request"]
on: ["workflow_dispatch", "pull_request"]

jobs:
spell-check:
Expand Down

0 comments on commit 5dc09f9

Please sign in to comment.