You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/07 02:41:59 UTC

[rocketmq] branch develop updated: Remove 'high priority' from exempt-issue-labels (#5011)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 831888d5c Remove 'high priority' from exempt-issue-labels (#5011)
831888d5c is described below

commit 831888d5c0188e7e8aace7368b3e566e8c79ac77
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Wed Sep 7 10:41:51 2022 +0800

    Remove 'high priority' from exempt-issue-labels (#5011)
---
 .github/workflows/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 1590b8499..c41ab63d4 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -16,14 +16,14 @@ jobs:
         with:
           days-before-issue-stale: 365
           days-before-issue-close: 3
-          exempt-issue-labels: "no stale,high priority"
+          exempt-issue-labels: "no stale"
           stale-issue-label: "stale"
           stale-issue-message: "This issue is stale because it has been open for 365 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: 365
           days-before-pr-close: 3
-          exempt-pr-labels: "no stale,high priority"
+          exempt-pr-labels: "no stale"
           stale-pr-label: "stale"
           stale-pr-message: "This PR is stale because it has been open for 365 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."