We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef3945 commit 106aba3Copy full SHA for 106aba3
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,12 @@ jobs:
34
branch: release-${{ github.event.inputs.version }}
35
labels: Release
36
delete-branch: true
37
+ -
38
+ name: Approve pull request
39
+ uses: juliangruber/approve-pull-request-action@v2
40
+ with:
41
+ github-token: ${{ secrets.GITHUB_TOKEN }}
42
+ number: ${{ steps.create-pull-request.outputs.pull-request-number }}
43
-
44
name: Merge pull request
45
uses: juliangruber/merge-pull-request-action@v1
0 commit comments