Skip to content
Snippets Groups Projects
Unverified Commit e07bf1c0 authored by Signal Linden's avatar Signal Linden Committed by GitHub
Browse files

Do not automatically close issues (#929)

Mark issues as stale but do not close them.
parent 701d1a33
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ jobs: ...@@ -17,7 +17,8 @@ jobs:
with: with:
stale-pr-message: This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or it will be closed in 7 days stale-pr-message: This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or it will be closed in 7 days
days-before-stale: 30 days-before-stale: 30
days-before-close: 7 days-before-close: 7
days-before-issue-close: -1
exempt-pr-labels: blocked,must,should,keep exempt-pr-labels: blocked,must,should,keep
stale-pr-label: stale stale-pr-label: stale
- name: Print outputs - name: Print outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment