We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53784ef commit 8a86b46Copy full SHA for 8a86b46
1 file changed
.github/workflows/release.yml
@@ -34,12 +34,6 @@ 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