File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,6 @@ markComment: >
15
15
recent activity. It will be closed if no further activity occurs. Thank you
16
16
for your contributions.
17
17
# 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.
Original file line number Diff line number Diff line change 9
9
- uses : actions/stale@v1
10
10
with :
11
11
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!
14
22
stale-issue-label : ' no-issue-activity'
15
23
stale-pr-label : ' no-pr-activity'
You can’t perform that action at this time.
0 commit comments