|
|
|
@ -48,19 +48,13 @@ jobs:
|
|
|
|
|
# committer: GitHub <noreply@github.com> |
|
|
|
|
# author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
|
|
|
|
signoff: true |
|
|
|
|
branch: release-patches |
|
|
|
|
branch: 'release/${{ github.event.inputs.tag || inputs.tag }}' |
|
|
|
|
delete-branch: true |
|
|
|
|
title: 'Release ${{ github.event.inputs.tag || inputs.tag }}' |
|
|
|
|
reviewers: o1lab,pranavcx,dstala,wingkwong |
|
|
|
|
labels: | |
|
|
|
|
automerge |
|
|
|
|
|
|
|
|
|
Bot: Automated PR |
|
|
|
|
- name: Check outputs |
|
|
|
|
run: | |
|
|
|
|
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" |
|
|
|
|
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" |
|
|
|
|
|
|
|
|
|
- name: automerge |
|
|
|
|
uses: "pascalgn/automerge-action@v0.14.3" |
|
|
|
|
env: |
|
|
|
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
|
PULL_REQUEST: "${{ steps.cpr.outputs.pull-request-number }}" |
|
|
|
|
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" |