aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMikkel Hjortshøj <me@thisdrunkdane.io>2022-07-25 00:05:36 +0200
committerGitHub <noreply@github.com>2022-07-25 00:05:36 +0200
commitb02e42c6dc6cad63d09b8ec43c66ac6884bba771 (patch)
treedd73c202cb2b6994236b0f1427d64030ec94ab06 /.github
parentcb0273b5d7fd70ec667d927c4440e84eadfd4b30 (diff)
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index bded3ebc7..185f9658c 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -2,7 +2,7 @@ name: "Close Stale Issues & PRs"
on:
workflow_dispatch:
schedule:
- - cron: "0 0 * * *"
+ - cron: "0 21 * * *"
permissions:
issues: write
@@ -41,3 +41,4 @@ jobs:
exempt-draft-pr: true
ascending: true
operations-per-run: 1000
+ exempt-issue-labels: "ignore"