We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0980c commit bfa9b8cCopy full SHA for bfa9b8c
.github/workflows/prepare-maven-release.yml
@@ -34,7 +34,7 @@ jobs:
34
GITHUB_ACTOR: ${{ github.actor }}
35
GITHUB_TOKEN: ${{ github.token }}
36
37
- - name: Create Pull Request
+ - name: Create Pull Request (Main)
38
id: cpr
39
uses: peter-evans/create-pull-request@v5
40
with:
@@ -44,7 +44,7 @@ jobs:
44
body: 'Release ${{ github.event.inputs.releaseVersion }}'
45
labels: 'release'
46
47
- - name: Enable Pull Request Automerge
+ - name: Enable Pull Request Automerge (Main)
48
run: gh pr merge --merge --auto "${{ steps.cpr.outputs.pull-request-number }}"
49
env:
50
GH_TOKEN: ${{ github.token }}
0 commit comments