Skip to content

Commit 9dbbfbf

Browse files
committed
Fix auto approve
1 parent f942ae2 commit 9dbbfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
merge-method: squash
5959

6060
- name: Auto-approve PR
61-
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'rocketmodfixadmin'
61+
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'rocketmodfixadmin'
6262
uses: hmarr/auto-approve-action@v4
6363
with:
6464
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)