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