Skip to content

Commit 8142ef1

Browse files
awf-autoware-bot[bot]kenji-miyakeKenji Miyake
authored
chore: sync files (#470)
* chore: sync files Signed-off-by: GitHub <noreply@github.com> * update build_depends.repos Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * sync sync-files.yaml Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> * update files Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
1 parent cf35622 commit 8142ef1

8 files changed

+12
-12
lines changed

.github/sync-files.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- source: .github/workflows/build-and-test-self-hosted.yaml
2828
- source: .github/workflows/check-build-depends.yaml
2929
- source: .github/workflows/clang-tidy-pr-comments.yaml
30+
- source: .github/workflows/sync-files.yaml
3031

3132
- repository: autowarefoundation/autoware-documentation
3233
files:

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
with:
7272
rosdistro: galactic
7373
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
74-
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/tier4/proposal/.clang-tidy
74+
clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy
7575
build-depends-repos: build_depends.repos

.github/workflows/build-and-test-self-hosted.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-and-test-self-hosted
22

33
on:
44
schedule:
5-
- cron: 0 19 * * * # run at 4 AM JST
5+
- cron: 0 0 * * *
66
workflow_dispatch:
77

88
jobs:

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build-and-test
33
on:
44
push:
55
schedule:
6-
- cron: 0 19 * * * # run at 4 AM JST
6+
- cron: 0 0 * * *
77
workflow_dispatch:
88

99
jobs:

.github/workflows/delete-closed-pr-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: delete-closed-pr-docs
22

33
on:
44
schedule:
5-
- cron: 0 19 * * * # run at 4 AM JST
5+
- cron: 0 0 * * *
66
workflow_dispatch:
77

88
jobs:
@@ -15,6 +15,6 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Delete closed PR docs
18-
uses: autowarefoundation/autoware-github-actions/delete-closed-pr-docs@tier4/proposal
18+
uses: autowarefoundation/autoware-github-actions/delete-closed-pr-docs@v1
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-docs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- tier4/proposal
87
paths:
98
- mkdocs.yaml
109
- "**/*.md"
@@ -20,7 +19,7 @@ on:
2019

2120
jobs:
2221
prevent-no-label-execution:
23-
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal
22+
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
2423
with:
2524
label: documentation
2625

@@ -36,6 +35,6 @@ jobs:
3635
ref: ${{ github.event.pull_request.head.sha }}
3736

3837
- name: Deploy docs
39-
uses: autowarefoundation/autoware-github-actions/deploy-docs@tier4/proposal
38+
uses: autowarefoundation/autoware-github-actions/deploy-docs@v1
4039
with:
4140
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sync-files.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sync-files
22

33
on:
44
schedule:
5-
- cron: 0 19 * * * # run at 4 AM JST
5+
- cron: 0 0 * * *
66
workflow_dispatch:
77

88
jobs:
@@ -17,6 +17,6 @@ jobs:
1717
private_key: ${{ secrets.PRIVATE_KEY }}
1818

1919
- name: Run sync-files
20-
uses: autowarefoundation/autoware-github-actions/sync-files@tier4/proposal
20+
uses: autowarefoundation/autoware-github-actions/sync-files@v1
2121
with:
2222
token: ${{ steps.generate-token.outputs.token }}

build_depends.repos

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ repositories:
77
core/common:
88
type: git
99
url: https://github.com/autowarefoundation/autoware_common.git
10-
version: tier4/proposal
10+
version: main
1111
core/autoware:
1212
type: git
1313
url: https://github.com/autowarefoundation/autoware.core.git
14-
version: tier4/proposal
14+
version: main
1515
# universe
1616
universe/tier4_autoware_msgs:
1717
type: git

0 commit comments

Comments
 (0)