Skip to content

Commit

Permalink
feat: rename tier4 and awf sync upstream (autowarefoundation#802)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Feb 20, 2023
1 parent fc23da9 commit d1a5655
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 @@ -21,11 +21,11 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
base-branch: tier4/main
sync-pr-branch: sync-awf-autoware-launch
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
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

0 comments on commit d1a5655

Please sign in to comment.