This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new b652343 Remove stale label from issues/PRs on updates/comments (#201)
b652343 is described below
commit b652343b52eeebcd93489a14936fdd7e283efa18
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Aug 30 14:08:32 2022 +0800
Remove stale label from issues/PRs on updates/comments (#201)
---
.github/workflows/stale.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 531c709..21435dd 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -20,9 +20,11 @@ jobs:
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open
for 30 days with no activity. It will be closed in 3 days if no further
activity occurs."
close-issue-message: "This issue was closed because it has been
inactive for 3 days since being marked as stale."
+ remove-issue-stale-when-updated: true
days-before-pr-stale: 30
days-before-pr-close: 3
exempt-pr-labels: "no stale,high priority"
stale-pr-label: "stale"
stale-pr-message: "This PR is stale because it has been open for 30
days with no activity. It will be closed in 3 days if no further activity
occurs. If you wish not to mark it as stale, please leave a comment in this PR."
close-pr-message: "This PR was closed because it has been inactive
for 3 days since being marked as stale."
+ remove-pr-stale-when-updated: true