mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Update stale.yml
Update stale action to *not* delete issues/PRs anymore and only mark them as stale, also update the version
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Close Stale Issues
|
- name: Close Stale Issues
|
||||||
uses: actions/stale@v4.1.0
|
uses: actions/stale@v7.0.0
|
||||||
with:
|
with:
|
||||||
# stale-issue-message: |
|
# stale-issue-message: |
|
||||||
# Hello!
|
# 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..
|
# 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-stale: 120
|
||||||
days-before-close: 30
|
days-before-close: -1
|
||||||
exempt-draft-pr: true
|
exempt-draft-pr: true
|
||||||
ascending: true
|
ascending: true
|
||||||
operations-per-run: 1000
|
operations-per-run: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user