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
console.log(`Unassigning issue #${issue.number} (no PR in 5 days)`);
48
+
console.log(`Unassigning issue #${issue.number} (no PR in 7 days)`);
49
49
await github.rest.issues.removeAssignees({
50
50
owner: context.repo.owner,
51
51
repo: context.repo.repo,
@@ -57,7 +57,7 @@ jobs:
57
57
owner: context.repo.owner,
58
58
repo: context.repo.repo,
59
59
issue_number: issue.number,
60
-
body: `⏰ This issue was automatically unassigned because no pull request was raised within 5 days. Feel free to reassign if you're still working on it.`
60
+
body: `⏰ This issue was automatically unassigned because no pull request was raised within 5 days. Feel free to ask for re-assignment if you're still working on it.`
0 commit comments