Skip to content

Commit f4f8e6e

Browse files
feat(workflow): Add stale comment messages
Also let the bot post a message about what it is doing.
1 parent d6b91e1 commit f4f8e6e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ jobs:
2222
days-before-close: -1
2323
ascending: true
2424
operations-per-run: 5
25+
stale-issue-message: >-
26+
This issue has been automatically marked as stale
27+
because it has not had recent activity.
28+
It will not be closed.
29+
stale-pr-message: >-
30+
This PR has been automatically marked as stale
31+
because it has not had recent activity.
32+
It will not be closed.

0 commit comments

Comments
 (0)