corrected stale message format (#2307)

This commit is contained in:
Georg Lauterbach 2021-11-29 12:39:27 +01:00 committed by GitHub
parent caaec6f3ef
commit c7265450cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ jobs:
exempt-issue-labels: stale-bot/ignore
stale-issue-label: meta/stale
stale-issue-message: >
This issue has become stale because it has been open for 20 days
without activity. This issue will be closed in 10 days automatically unless:
stale-issue-message: |
This issue has become stale because it has been open for 20 days without activity.
This issue will be closed in 10 days automatically unless:
- a maintainer removes the `meta/stale` label or adds the `stale-bot/ignore` label
- new activity occurs, such as a new comment
@ -29,9 +29,9 @@ jobs:
exempt-pr-labels: stale-bot/ignore
stale-pr-label: meta/stale
stale-pr-message: >
This pull request has become stale because it has been open for 20 days
without activity. This pull request will be closed in 10 days automatically unless:
stale-pr-message: |
This pull request has become stale because it has been open for 20 days without activity.
This pull request will be closed in 10 days automatically unless:
- a maintainer removes the `meta/stale` label or adds the `stale-bot/ignore` label
- new activity occurs, such as a new comment