Skip to content

Commit aee7846

Browse files
added comment to stale issues (#327)
* added comment to stale issues to make sure author doesn't miss the closing of the issue Signed-off-by: Nir Rozenbaum <[email protected]> * typo Signed-off-by: Nir Rozenbaum <[email protected]> * Update .github/workflows/stale.yaml Co-authored-by: Etai Lev Ran <[email protected]> Signed-off-by: Nir Rozenbaum <[email protected]> --------- Signed-off-by: Nir Rozenbaum <[email protected]> Co-authored-by: Etai Lev Ran <[email protected]>
1 parent ba613d7 commit aee7846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
days-before-close: -1
1919
stale-issue-label: 'lifecycle/stale'
2020
exempt-issue-labels: 'lifecycle/rotten'
21+
stale-issue-message: 'This issue is marked as stale after 90d of inactivity. After an additional 30d of inactivity, it will be closed. To prevent this issue from being closed, add a comment or remove the `lifecycle/stale` label.'
2122

2223
- name: 'Mark rotten issues'
2324
uses: actions/stale@v9
@@ -36,3 +37,4 @@ jobs:
3637
days-before-issue-close: 30
3738
days-before-pr-close: -1
3839
stale-issue-label: 'lifecycle/rotten'
40+
stale-issue-message: 'This issue is being closed after 120d of inactivity.'

0 commit comments

Comments
 (0)