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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 03c8b21  Update stale.yaml
03c8b21 is described below

commit 03c8b2125fc19aee8edc23156aac88aa483c069a
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Thu Jan 20 09:11:40 2022 +0100

    Update stale.yaml
    
    Closes #2893
---
 .github/workflows/stale.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index c860951..1239284 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -32,14 +32,14 @@ jobs:
         days-before-close: 15
         operations-per-run: 10
         stale-issue-label: status/stale
-        exempt-issue-label: status/never-stale
+        exempt-issue-labels: status/never-stale
         stale-issue-message: |
           This issue has been automatically marked as stale due to 90 days of 
inactivity. 
           It will be closed if no further activity occurs within 15 days.
           If you think that’s incorrect or the issue should never stale, 
please simply write any comment.
           Thanks for your contributions!
         stale-pr-label: status/stale
-        exempt-pr-label: status/never-stale
+        exempt-pr-labels: status/never-stale
         stale-pr-message: |
           This PR has been automatically marked as stale due to 90 days of 
inactivity. 
           It will be closed if no further activity occurs within 15 days.

Reply via email to