We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484c8a5 commit 01d4626Copy full SHA for 01d4626
.github/workflows/release.yml
@@ -32,12 +32,18 @@ jobs:
32
branch: release-${{ github.event.inputs.version }}
33
labels: Release
34
delete-branch: true
35
+ -
36
+ name: Approve pull request
37
+ uses: juliangruber/approve-pull-request-action@v2
38
+ with:
39
+ github-token: ${{ secrets.GITHUB_TOKEN }}
40
+ number: ${{ steps.create-pull-request.outputs.pull-request-number }}
41
-
42
name: Merge pull request
43
uses: juliangruber/merge-pull-request-action@v1
44
with:
45
github-token: ${{ secrets.GITHUB_TOKEN }}
- number: ${{ steps.create-pull-request.outputs.pull-request-number }}"
46
47
method: rebase
48
49
name: Create release
0 commit comments