aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Hjortshøj <me@thisdevdane.com>2022-12-24 15:44:32 +0100
committerGitHub <noreply@github.com>2022-12-24 15:44:32 +0100
commit1d6f7680a1abffbb28eb61d27a8cd7966635c3ec (patch)
tree1b0c25a0cd999bde2d8bf46ede083d1e3b3b2f94
parent5d0f9c428aa8b358f0bbfb2f9949a64ed214d345 (diff)
Update stale.yml
Update stale action to *not* delete issues/PRs anymore and only mark them as stale, also update the version
-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 341a09409..10f193056 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@v4.1.0
+ uses: actions/stale@v7.0.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: 30
+ days-before-close: -1
exempt-draft-pr: true
ascending: true
operations-per-run: 1000