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

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

commit c0142be771c253f644bbb542108ebd094f4b153c
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