Skip to content

Commit

Permalink
chore: sync files (#452)
Browse files Browse the repository at this point in the history
* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* Update sync-files.yaml

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 12, 2022
1 parent 3ab3024 commit dd0bd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
- source: .github/workflows/spell-check-differential.yaml
- source: .github/workflows/sync-files.yaml
# - source: .github/workflows/vcs-import.yaml # TODO: Sync after renaming to autoware.repos
- source: .clang-format
- source: .markdown-link-check.json
Expand All @@ -19,7 +20,3 @@
- source: .yamllint.yaml
- source: CPPLINT.cfg
- source: setup.cfg

- repository: autowarefoundation/autoware_common
files:
- source: .github/workflows/sync-files.yaml
1 change: 1 addition & 0 deletions .github/workflows/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
uses: autowarefoundation/autoware-github-actions/sync-files@v1
with:
token: ${{ steps.generate-token.outputs.token }}
auto-merge-method: squash

0 comments on commit dd0bd90

Please sign in to comment.