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 16bac6c commit 71a3125Copy full SHA for 71a3125
.github/workflows/update-versions.yml
@@ -38,3 +38,10 @@ jobs:
38
with:
39
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
40
merge-method: squash
41
+ - name: Approving PR
42
+ if: steps.cpr.outputs.pull-request-operation == 'created'
43
+ env:
44
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
+ run: |
46
+ echo "Approving PR"
47
+ gh pr review ${{ steps.cpr.outputs.pull-request-number }} --approve
0 commit comments