You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `❌ You already have **${existingIssues.length}/${MAX_ASSIGNED_ISSUES}** active assigned issues (the maximum allowed).\nPlease complete or unassign one of your current issues before claiming another.\n\n${issueList}`,
77
+
body: `❌ You already have **${existingIssues.length}/${MAX_ASSIGNED_ISSUES}** active assigned issues (the maximum allowed).\nPlease complete or \`/unclaim\` one of your current issues before claiming another.\n\n${issueList}`,
Copy file name to clipboardExpand all lines: .github/workflows/assign-request-reminder.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ jobs:
42
42
contains(github.event.comment.body, 'can i be assigned') ||
43
43
contains(github.event.comment.body, 'assign me to this') ||
44
44
contains(github.event.comment.body, 'assign me this') ||
45
-
contains(github.event.comment.body, 'i will work on this') ||
45
+
contains(github.event.comment.body, 'work on this') ||
46
46
contains(github.event.comment.body, 'i''ll work on this') ||
47
47
contains(github.event.comment.body, 'ill work on this') ||
48
48
contains(github.event.comment.body, 'i can work on this') ||
@@ -93,7 +93,7 @@ jobs:
93
93
``,
94
94
`## 📋 A Few Things to Know`,
95
95
``,
96
-
`- You can hold a **maximum of 3 open issues** at a time.`,
96
+
`- You can hold a **maximum of 5 open issues** at a time.`,
97
97
`- If there's **no activity for 3 days**, the assignment will automatically expire so others can pick it up.`,
98
98
`- Make sure to read our **[CONTRIBUTING.md](https://github.com/${owner}/${repo}/blob/main/CONTRIBUTING.md)** before you start — it covers code style, commit conventions, and the PR checklist.`,
0 commit comments