Skip to content

Commit d62cc35

Browse files
lkdmttg7poyeacclauss
authored
Update stale comment (TheAlgorithms#1924)
* Update close comment * Update stale.yml * Multiline strings in yaml files https://yaml-multiline.info/ Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 6acd7fb commit d62cc35

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/stale.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ markComment: >
1515
recent activity. It will be closed if no further activity occurs. Thank you
1616
for your contributions.
1717
# Comment to post when closing a stale issue. Set to `false` to disable
18-
closeComment: true
18+
closeComment: >
19+
Please reopen this issue once you commit the changes requested or
20+
make improvements on the code. Thank you for your contributions.

.github/workflows/stale.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ jobs:
99
- uses: actions/stale@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
stale-issue-message: 'Stale issue message'
13-
stale-pr-message: 'Stale pull request message'
12+
stale-issue-message: >
13+
Please reopen this issue once you add more information and updates here.
14+
If this is not the case and you need some help, feel free to seek help
15+
from our [Gitter](https://gitter.im/TheAlgorithms) or ping one of the
16+
reviewers. Thank you for your contributions!
17+
stale-pr-message: >
18+
Please reopen this pull request once you commit the changes requested
19+
or make improvements on the code. If this is not the case and you need
20+
some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms)
21+
or ping one of the reviewers. Thank you for your contributions!
1422
stale-issue-label: 'no-issue-activity'
1523
stale-pr-label: 'no-pr-activity'

0 commit comments

Comments
 (0)