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 f352f97 commit a1646c9Copy full SHA for a1646c9
.github/workflows/gitflow-sync-develop.yml
@@ -45,6 +45,7 @@ jobs:
45
# https://github.com/marketplace/actions/auto-approve
46
- name: Auto approve PR
47
uses: hmarr/auto-approve-action@v3
48
+ if: steps.open-pr.outputs.pr_number != ''
49
with:
50
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
51
review-message: 'Auto approved automated PR'
.github/workflows/gitflow-sync-master.yml
@@ -47,6 +47,7 @@ jobs:
52
53
0 commit comments