mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
remove debug-only flag from stale bot action (#2834)
Co-authored-by: Ben Wells <benwells@github.com>
This commit is contained in:
11
.github/workflows/stale-bot.yml
vendored
11
.github/workflows/stale-bot.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: ‘Close stale Runner issues’
|
name: Stale Bot
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -9,9 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
stale-issue-message: ‘This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.’
|
stale-issue-message: "This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days."
|
||||||
close-issue-message: ‘This issue was closed because it has been stalled for 15 days with no activity.’
|
close-issue-message: "This issue was closed because it has been stalled for 15 days with no activity."
|
||||||
exempt-issue-labels: ‘keep’
|
exempt-issue-labels: "keep"
|
||||||
days-before-stale: 365
|
days-before-stale: 365
|
||||||
days-before-close: 15
|
days-before-close: 15
|
||||||
debug-only: true
|
|
||||||
Reference in New Issue
Block a user