Skip to content

Commit

Permalink
Merge pull request autowarefoundation#423 from tier4/sync-upstream
Browse files Browse the repository at this point in the history
chore: sync upstream
  • Loading branch information
tier4-autoware-private-bot[bot] authored Feb 21, 2023
2 parents ed32b26 + 14a0d7f commit a316071
Show file tree
Hide file tree
Showing 153 changed files with 397 additions and 1,829 deletions.
13 changes: 0 additions & 13 deletions .github/sync-launch-files.yaml

This file was deleted.

157 changes: 0 additions & 157 deletions .github/sync-param-files.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/update-sync-param-files.py

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pre-commit:
if: ${{ github.event.repository.private }}
if: ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-awf-latest-s1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest-s1
sync-pr-branch: sync-awf-latest-s1
sync-target-repository: https://github.com/tier4/autoware_launch.git
sync-target-branch: awf-latest
sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
sync-target-branch: main
pr-title: "chore: sync awf-latest-s1"
pr-labels: |
bot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-awf-latest-x1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest-x1
sync-pr-branch: sync-awf-latest-x1
sync-target-repository: https://github.com/tier4/autoware_launch.git
sync-target-branch: awf-latest
sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
sync-target-branch: main
pr-title: "chore: sync awf-latest-x1"
pr-labels: |
bot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-awf-latest-x2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest-x2
sync-pr-branch: sync-awf-latest-x2
sync-target-repository: https://github.com/tier4/autoware_launch.git
sync-target-branch: awf-latest
sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
sync-target-branch: main
pr-title: "chore: sync awf-latest-x2"
pr-labels: |
bot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-awf-latest-xx1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest-xx1
sync-pr-branch: sync-awf-latest-xx1
sync-target-repository: https://github.com/tier4/autoware_launch.git
sync-target-branch: awf-latest
sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
sync-target-branch: main
pr-title: "chore: sync awf-latest-xx1"
pr-labels: |
bot
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/sync-awf-latest.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: sync-awf-autoware-launch
name: sync-awf-upstream

on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
sync-awf-autoware-launch:
sync-awf-upstream:
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand All @@ -20,12 +20,12 @@ jobs:
uses: autowarefoundation/autoware-github-actions/sync-branches@v1
with:
token: ${{ steps.generate-token.outputs.token }}
base-branch: awf-latest
sync-pr-branch: sync-awf-autoware-launch
base-branch: tier4/main
sync-pr-branch: sync-awf-upstream
sync-target-repository: https://github.com/autowarefoundation/autoware_launch.git
sync-target-branch: main
pr-title: "chore: sync awf/autoware_launch"
pr-labels: |
bot
sync-awf-autoware-launch
sync-awf-upstream
auto-merge-method: merge
37 changes: 0 additions & 37 deletions .github/workflows/sync-launch-files.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/sync-param-files.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: sync-upstream
name: sync-tier4-upstream

on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:

jobs:
sync-upstream:
sync-tier4-upstream:
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand All @@ -21,11 +21,11 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
base-branch: tier4/main
sync-pr-branch: sync-upstream
sync-pr-branch: sync-tier4-upstream
sync-target-repository: https://github.com/tier4/autoware_launch.git
sync-target-branch: tier4/main
pr-title: "chore: sync upstream"
pr-labels: |
bot
sync-upstream
sync-tier4-upstream
auto-merge-method: merge
54 changes: 0 additions & 54 deletions .github/workflows/update-sync-param-files.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ci:
autofix_commit_msg: "ci(pre-commit): autofix"
autofix_commit_msg: "style(pre-commit): autofix"
autoupdate_commit_msg: "ci(pre-commit): autoupdate"

repos:
Expand Down Expand Up @@ -37,7 +37,10 @@ repos:
rev: v0.8.0
hooks:
- id: flake8-ros
- id: prettier-xacro
- id: prettier-launch-xml
- id: prettier-package-xml
- id: ros-include-guard
- id: sort-package-xml

- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -57,7 +60,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args: [--line-length=100]
Expand Down
Loading

0 comments on commit a316071

Please sign in to comment.