mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
corrected stale message format (#2307)
This commit is contained in:
parent
caaec6f3ef
commit
c7265450cd
12
.github/workflows/handle_stalled.yml
vendored
12
.github/workflows/handle_stalled.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue