Skip to content

Commit 4a4e5af

Browse files
authored
Refactor allowedAssociations declaration in workflow
1 parent 5dc6980 commit 4a4e5af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ jobs:
219219
}
220220
console.log(`Issue #${issueNumber} creator ${issueCreator} has association: ${issueCreatorAssociation}`);
221221
222-
// Allow /assign on issues created by OWNER, MEMBER, COLLABORATOR, CONTRIBUTOR, or CodeRabbit bot
223-
const allowedAssociations = ['OWNER', 'MEMBER', 'COLLABORATOR', 'CONTRIBUTOR'];
222+
// Allow /assign on issues created by OWNER, MEMBER, COLLABORATOR, or CodeRabbit bot
223+
const allowedAssociations = ['OWNER', 'MEMBER', 'COLLABORATOR'];
224224
225225
// Troubleshooting logging
226226
console.log(`DEBUG - Before association check: isCodeRabbitBot = ${isCodeRabbitBot}`);

0 commit comments

Comments
 (0)