aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMikkel Hjortshøj <me@thisdrunkdane.io>2022-07-25 00:14:07 +0200
committerGitHub <noreply@github.com>2022-07-25 00:14:07 +0200
commitecd81e8a5368321f28babd8d18e53401451b8667 (patch)
treeb4d401c13ac280e5267742f16a4c3d72d9d66423 /.github
parentd7f9f7f170d634d9b004148fd531209dfaf052cb (diff)
Update stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index ea97be064..341a09409 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close Stale Issues
- uses: actions/stale@v5.1.0
+ uses: actions/stale@v4.1.0
with:
# stale-issue-message: |
# Hello!
@@ -36,7 +36,7 @@ jobs:
# The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone..
days-before-stale: 120
- days-before-close: 100
+ days-before-close: 30
exempt-draft-pr: true
ascending: true
operations-per-run: 1000