Skip to content

Commit 205075b

Browse files
committed
RMFix admin now doing automation instead my GH profile
1 parent 3e5dbbe commit 205075b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
esac
5151
5252
- name: Auto-approve PR
53-
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'sunnamed434'
53+
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'rocketmodfixadmin'
5454
uses: hmarr/auto-approve-action@v4
5555
with:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Auto-merge PR
59-
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'sunnamed434'
59+
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'rocketmodfixadmin'
6060
uses: peter-evans/enable-pull-request-automerge@v3
6161
with:
6262
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)