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 f942ae2 commit 9dbbfbfCopy full SHA for 9dbbfbf
.github/workflows/Verify.Redist.Update.yaml
@@ -58,7 +58,7 @@ jobs:
58
merge-method: squash
59
60
- name: Auto-approve PR
61
- if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'rocketmodfixadmin'
+ if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'rocketmodfixadmin'
62
uses: hmarr/auto-approve-action@v4
63
with:
64
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments