summaryrefslogtreecommitdiff
path: root/.github/workflows/stale.yaml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-09 19:33:40 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-09 19:33:40 +0200
commit636bf6cadec903d894c36db992f1ab17fb8e6796 (patch)
tree48e54249c70b196c54b34f2cb7358a1a3d53327f /.github/workflows/stale.yaml
parent66d1b0f0efbd42278aec5cec45b38bcbe937be1e (diff)
parentafc943acbc2bb79e2e1aa5d5eaf448e01b6c2b00 (diff)
Merge branch 'main' into DRTVWR-591-maint-X
Diffstat (limited to '.github/workflows/stale.yaml')
-rw-r--r--.github/workflows/stale.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index 35ac41420c..e44e223589 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -17,7 +17,8 @@ jobs:
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
days-before-stale: 30
- days-before-close: 7
+ days-before-close: 7
+ days-before-issue-close: -1
exempt-pr-labels: blocked,must,should,keep
stale-pr-label: stale
- name: Print outputs