You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/01/20 08:11:48 UTC

[camel-k] branch squakez-patch-1 created (now c0142be)

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

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


      at c0142be  Update stale.yaml

This branch includes the following new commits:

     new c0142be  Update stale.yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-k] 01/01: Update stale.yaml

Posted by pc...@apache.org.
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 <pa...@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.