Skip to content

Commit

Permalink
[wip] on pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Joana Hrotko <[email protected]>
  • Loading branch information
jhrotko committed Jul 8, 2024
1 parent 7debc30 commit d8d30f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: 'Close stale issues'
on:
schedule:
- cron: '0 0 * * *' # once per day
- cron: '0 0 * * *' # at midnight UTC every day

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
Expand All @@ -17,5 +21,5 @@ jobs:
days-before-issue-stale: 180
days-before-issue-close: 180
stale-issue-label: "stale"
exempt-issue-labels: "kind/feature"
exempt-issue-labels: "kind/feature,kind/enhancement"

0 comments on commit d8d30f5

Please sign in to comment.