Skip to content

Commit bbc9b80

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4bc017b commit bbc9b80

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- main
11-
- galactic
1211
paths:
1312
- mkdocs.yaml
1413
- "**/*.md"
@@ -34,7 +33,7 @@ jobs:
3433

3534
deploy-docs:
3635
needs: make-sure-label-is-present
37-
if: ${{ needs.make-sure-label-is-present.outputs.result == 'true' }}
36+
if: ${{ github.event_name != 'pull_request_target' || needs.make-sure-label-is-present.outputs.result == 'true' }}
3837
runs-on: ubuntu-22.04
3938
steps:
4039
- name: Check out repository

.github/workflows/spell-check-daily.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Run spell-check
2424
uses: autowarefoundation/autoware-github-actions/spell-check@v1
2525
with:
26-
local-cspell-json: .cspell.json
2726
incremental-files-only: false
2827
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
2928
dict-packages: |

.github/workflows/spell-check-differential.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Run spell-check
2222
uses: autowarefoundation/autoware-github-actions/spell-check@v1
2323
with:
24-
local-cspell-json: .cspell.json
2524
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
2625
dict-packages: |
2726
https://github.com/autowarefoundation/autoware-spell-check-dict

.github/workflows/update-codeowners-from-packages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ jobs:
3939
tag:bot
4040
tag:update-codeowners-from-packages
4141
auto-merge-method: squash
42-
global-codeowners: "@autowarefoundation/autoware-core-global-codeowners"

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args: [--no-error-on-unmatched-pattern]
3838

3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.37.1
40+
rev: v1.38.0
4141
hooks:
4242
- id: yamllint
4343

@@ -47,7 +47,7 @@ repos:
4747
- id: check-package-depends
4848

4949
- repo: https://github.com/tier4/pre-commit-hooks-ros
50-
rev: v0.10.0
50+
rev: v0.10.2
5151
hooks:
5252
- id: flake8-ros
5353
- id: prettier-xacro
@@ -74,7 +74,7 @@ repos:
7474
args: [--profile=black, --line-length=100]
7575

7676
- repo: https://github.com/psf/black-pre-commit-mirror
77-
rev: 25.12.0
77+
rev: 26.1.0
7878
hooks:
7979
- id: black
8080
args: [--line-length=100]
@@ -93,7 +93,7 @@ repos:
9393
exclude: .cu
9494

9595
- repo: https://github.com/python-jsonschema/check-jsonschema
96-
rev: 0.36.0
96+
rev: 0.36.2
9797
hooks:
9898
- id: check-metaschema
9999
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)