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 3e5dbbe commit 205075bCopy full SHA for 205075b
.github/workflows/Verify.Redist.Update.yaml
@@ -50,13 +50,13 @@ jobs:
50
esac
51
52
- name: Auto-approve PR
53
- if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'sunnamed434'
+ if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'rocketmodfixadmin'
54
uses: hmarr/auto-approve-action@v4
55
with:
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Auto-merge PR
59
- if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'sunnamed434'
+ if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR == 'true' && github.actor == 'rocketmodfixadmin'
60
uses: peter-evans/enable-pull-request-automerge@v3
61
62
token: ${{ secrets.PAT }}
0 commit comments