This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 2c0449793 chore: update rules for unresponded issues (#10354)
2c0449793 is described below
commit 2c0449793fe81cdf98b0e7952354f2ce45d2cec3
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Fri Oct 20 11:25:28 2023 +0545
chore: update rules for unresponded issues (#10354)
---
.github/workflows/close-unresponded.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/close-unresponded.yml
b/.github/workflows/close-unresponded.yml
index 52e81228e..9508af7de 100644
--- a/.github/workflows/close-unresponded.yml
+++ b/.github/workflows/close-unresponded.yml
@@ -20,7 +20,7 @@ jobs:
- name: Prune Stale
uses: actions/stale@v8
with:
- days-before-issue-stale: 14
+ days-before-issue-stale: 60
days-before-issue-close: 3
stale-issue-message: >
Due to lack of the reporter's response this issue has been labeled
with "no response".
@@ -35,4 +35,5 @@ jobs:
# Issues with these labels will never be considered stale.
only-labels: 'wait for update'
stale-issue-label: 'no response'
+ exempt-issue-labels: "don't close"
ascending: true