Skip to content

Commit

Permalink
chore: update beta branch action (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta committed Aug 19, 2022
1 parent cbfd2c8 commit 36ec3b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-beta-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,19 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ steps.generate-token.outputs.token }}
commit-message: "chore: update rc branch"
commit-message: "chore: update beta branch"
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
signoff: false
base: ${{ env.BASE_BRANCH }}
branch: ${{ env.SYNC_BRANCH_PREFIX }}/${{ env.BASE_BRANCH }}
delete-branch: true
title: "chore: update rc branch"
title: "chore: update beta branch"
body: |
update rc branch
update beta branch
labels: |
update-rc-branch
bot
update-beta-branch
draft: false

- name: Check outputs
Expand Down

0 comments on commit 36ec3b8

Please sign in to comment.