Skip to content

Commit

Permalink
remove debug-only flag from stale bot action (actions#2834)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Wells <benwells@github.com>
(cherry picked from commit 2908d82)
  • Loading branch information
ruvceskistefan authored and fmartinez255 committed Oct 18, 2023
1 parent 4707509 commit 1c28bf8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ‘Close stale Runner issues’
name: Stale Bot
on:
workflow_dispatch:
schedule:
Expand All @@ -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

0 comments on commit 1c28bf8

Please sign in to comment.