We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e91c59 commit f055be1Copy full SHA for f055be1
.github/workflows/publish_release.yml
@@ -66,14 +66,14 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
69
- - name: Approve pull request
70
- env:
71
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
- run: |
73
- PR_NUMBER="${{ steps.pr.outputs.pr_number }}"
74
- if [ -n "$PR_NUMBER" ]; then
75
- gh pr review $PR_NUMBER --approve
76
- fi
+# - name: Approve pull request
+# env:
+# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# run: |
+# PR_NUMBER="${{ steps.pr.outputs.pr_number }}"
+# if [ -n "$PR_NUMBER" ]; then
+# gh pr review $PR_NUMBER --approve
+# fi
77
78
- name: Approve pull request and merge
79
env:
0 commit comments