diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-09 19:19:49 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-02 16:42:43 +0300 |
commit | 9f4d892765f6f332c14ee8ea58b24fafdad2739e (patch) | |
tree | fd0460b5804a1ba9eed8bd6a0858b49b62a5ea14 /.github/workflows/stale.yaml | |
parent | 90b27241f01a3e2e098f5d81ce554b842209b9e7 (diff) |
Revert "Do not automatically close issues (#929)"
This reverts commit 52945758c479c403f86026f36276d7d805b87af3.
Diffstat (limited to '.github/workflows/stale.yaml')
-rw-r--r-- | .github/workflows/stale.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index e44e223589..35ac41420c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,8 +17,7 @@ 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-issue-close: -1 + days-before-close: 7 exempt-pr-labels: blocked,must,should,keep stale-pr-label: stale - name: Print outputs |