Skip to content

Commit

Permalink
Remove debug mode and run twice a week
Browse files Browse the repository at this point in the history
Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
  • Loading branch information
jhrotko authored and glours committed Jul 8, 2024
1 parent 14793cc commit ecac13f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: 'Close stale issues'
on:
# schedule:
# - cron: '0 0 * * *' # at midnight UTC every day
pull_request:
workflow_dispatch:
inputs:
debug_enabled:
description: 'To run in debug mode'
required: false
default: "true"
schedule:
- cron: '0 0 * * 0,3' # at midnight UTC every Sunday and Tuesday
jobs:
stale:
runs-on: ubuntu-latest
Expand All @@ -19,7 +12,6 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: ${{ github.event.inputs.debug_enabled }}
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
Expand Down

0 comments on commit ecac13f

Please sign in to comment.