mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Fix syntax issue.
This commit is contained in:
parent
6277babf25
commit
b5857f7c0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale-bot
vendored
2
.github/workflows/stale-bot
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/stale@v4
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
stale-issue-message: 'We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
stale-issue-message: 'We are clearing up our old issues and your ticket has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
||||||
stale-pr-message: ''We are clearing up our old Pull Requests and yours has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
stale-pr-message: 'We are clearing up our old Pull Requests and yours has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
||||||
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
|
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
|
||||||
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
||||||
days-before-stale: 180
|
days-before-stale: 180
|
||||||
|
|
Loading…
Reference in a new issue