Skip to content

Commit 50e1ecd

Browse files
chore: improve stale messages (#4088)
### Description <!--Add a description of your PR here--> ### QC <!-- Make sure that you can tick the boxes below. --> * [ ] The PR contains a test case for the changes or the changes are already covered by an existing test case. * [ ] The documentation (`docs/`) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Enhanced messaging for stale issues and pull requests to provide clearer, more informative notifications to users. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d0652cd commit 50e1ecd

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,28 @@ jobs:
1515
days-before-issue-stale: 180
1616
days-before-issue-close: 365
1717
stale-issue-label: "stale"
18-
stale-issue-message: "This issue was marked as stale because it has been open for 6 months with no activity."
19-
close-issue-message: "This issue was closed because it has been inactive for 1 year since being marked as stale. Feel free to re-open it if you have any further comments."
18+
stale-issue-message: >-
19+
This issue was marked as stale because it has been open for 6 months
20+
with no activity. First, we apologize for not (yet) being active as
21+
human beings on this issue. If there is still interest in this issue, please
22+
comment and remove the 'stale' label. Also note that this does not
23+
mean that we do not value your contribution. We do, but development
24+
on Snakemake is a community effort, and that means that we can always
25+
miss something due to the sheer amount of activity.
26+
Also consider contacting us via Discord (see the docs).
27+
close-issue-message: >-
28+
This issue was closed because it has been inactive for 1 year since
29+
being marked as stale. Feel free to re-open it if you have any further
30+
comments."
2031
days-before-pr-stale: 180
2132
days-before-pr-close: -1
22-
stale-pr-message: "This PR was marked as stale because it has been open for 6 months with no activity."
33+
stale-pr-message: >-
34+
This issue was marked as stale because it has been open for 6 months
35+
with no activity. First, we apologize for not (yet) being active as
36+
human beings on this issue. If there is still interest in this issue, please
37+
comment and remove the 'stale' label. Also note that this does not
38+
mean that we do not value your contribution. We do, but development
39+
on Snakemake is a community effort, and that means that we can always
40+
miss something due to the sheer amount of activity.
41+
Also consider contacting us via Discord (see the docs).
2342
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)