Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPi-2124 committed Dec 20, 2022
1 parent 2f4aa4e commit 9ae6f6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gen-upgrade-on-manual-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: env.MAJOR == 1
uses: peter-evans/create-pull-request@v4
with:
base: ${{ github.event.repository.default_branch }}
token: ${{ secrets.COMMIT_TO_BRANCH }}
title: "auto: code-gen upgrade handler ${{ env.input }}"
body: |
Update report
Expand All @@ -61,4 +61,8 @@ jobs:
labels: |
T:auto
C:e2e
C:app-wiring
V:state/breaking
C:app-wiring
base: ${{ github.event.repository.default_branch }}
branch: create-pull-request/patch
delete-branch: true

0 comments on commit 9ae6f6a

Please sign in to comment.