mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-21 16:52:05 +00:00
Update stale comment (#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>
This commit is contained in:
parent
6acd7fb5ce
commit
d62cc35268
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
|
@ -15,4 +15,6 @@ markComment: >
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
for your contributions.
|
for your contributions.
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: true
|
closeComment: >
|
||||||
|
Please reopen this issue once you commit the changes requested or
|
||||||
|
make improvements on the code. Thank you for your contributions.
|
||||||
|
|
12
.github/workflows/stale.yml
vendored
12
.github/workflows/stale.yml
vendored
|
@ -9,7 +9,15 @@ jobs:
|
||||||
- uses: actions/stale@v1
|
- uses: actions/stale@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-issue-message: 'Stale issue message'
|
stale-issue-message: >
|
||||||
stale-pr-message: 'Stale pull request message'
|
Please reopen this issue once you add more information and updates here.
|
||||||
|
If this is not the case and you need some help, feel free to seek help
|
||||||
|
from our [Gitter](https://gitter.im/TheAlgorithms) or ping one of the
|
||||||
|
reviewers. Thank you for your contributions!
|
||||||
|
stale-pr-message: >
|
||||||
|
Please reopen this pull request once you commit the changes requested
|
||||||
|
or make improvements on the code. If this is not the case and you need
|
||||||
|
some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms)
|
||||||
|
or ping one of the reviewers. Thank you for your contributions!
|
||||||
stale-issue-label: 'no-issue-activity'
|
stale-issue-label: 'no-issue-activity'
|
||||||
stale-pr-label: 'no-pr-activity'
|
stale-pr-label: 'no-pr-activity'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user