-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created allowlist feature #14
Conversation
72d179c
to
c17498c
Compare
@@ -15,3 +15,5 @@ jobs: | |||
uses: paritytech/auto-merge-bot@main | |||
with: | |||
GITHUB_TOKEN: '${{ github.token }}' | |||
ALLOWLIST: "bullrich,rzadp,mordamax,mutantcornholio" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so on fellowship that gonna be list of handles from itentity?
❤️🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this will be the users we obtain from the other action ^^
/merge |
Enabled |
Created allowlist to add a list of users who are allowed to trigger the bot aside from the public members and the author of the PR.
This resolves #6