mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@@ -9,9 +9,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v8
|
||||
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.’
|
||||
close-issue-message: ‘This issue was closed because it has been stalled for 15 days with no activity.’
|
||||
exempt-issue-labels: ‘keep’
|
||||
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."
|
||||
exempt-issue-labels: "keep"
|
||||
days-before-stale: 365
|
||||
days-before-close: 15
|
||||
debug-only: true
|
||||
days-before-close: 15
|
||||
Reference in New Issue
Block a user