Skip to content

Commit 094f353

Browse files
committed
ci(stale): update messages
Signed-off-by: Tarik Zegmott <tarik.zegmott@mcgill.ca>
1 parent 03fd8de commit 094f353

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
with:
1414
days-before-stale: 90
1515
days-before-close: 7
16-
stale-issue-message: "This pull request has been automatically closed because it has been inactive for more than 90 days. Please reopen if you still intend to submit this pull request."
16+
close-issue-message: "This pull request has been automatically closed. Please reopen if you feel this issue is still relevant."
17+
stale-issue-message: "This pull request has been automatically marked as 'Stale' because it has been inactive for more than 90 days. If there is no interaction here, this issue will be closed in seven days."
1718
stale-issue-label: Stale
18-
stale-pr-message: "This pull request has been marked as stale because it has been inactive for more than 90 days. Please update this pull request or it will be automatically closed in 7 days."
19+
close-pr-message: "This pull request has been automatically closed because it has been inactive for more than 90 days."
20+
stale-pr-message: "This pull request has been marked as stale because it has been inactive for more than 90 days. Please update this pull request or it will be automatically closed in seven days."
1921
stale-pr-label: Stale

0 commit comments

Comments
 (0)