Skip to content

Commit bc0ab18

Browse files
authoredMar 3, 2025··
Update index.js
1 parent 63ac947 commit bc0ab18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const run = async () => {
1717
console.log(`Processing event: ${eventName} in repository ${repository}`);
1818

1919
// Assignment keywords
20-
const assignKeywords = ['/assign', 'assign to me', 'assign this to me', 'assign me this', 'work on this', 'i can try fixing this', 'i am interested in doing this', 'be assigned this', 'i am interested in contributing'];
20+
const assignKeywords = ['/assign', 'assign to me', 'assign this to me', 'assign it to me', 'assign me this', 'work on this', 'i can try fixing this', 'i am interested in doing this', 'be assigned this', 'i am interested in contributing'];
2121
const unassignKeywords = ['/unassign'];
2222

2323
if (eventName === 'issue_comment' && issue && comment) {

0 commit comments

Comments
 (0)
Please sign in to comment.