Skip to content

Commit c5d21eb

Browse files
Add hfla-workflow-rollout[bot] to accepted PR authors (#8395)
1 parent 659cd9f commit c5d21eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/trigger-pr-target/verify-pr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function main({github,context}) {
1010
const repo = context.payload.pull_request.base.repo.name;
1111
const owner = context.payload.pull_request.base.repo.owner.login;
1212
const isMember = await isMemberOfTeam(github, context, prAuthor, 'website-write');
13-
if (isMember || prAuthor =='dependabot[bot]') {
13+
if (isMember || ['dependabot[bot]', 'hfla-workflow-rollout[bot]'].includes(prAuthor)) {
1414
console.log('Successfully verified!');
1515
}
1616
else {

0 commit comments

Comments
 (0)