This is an automated email from the ASF dual-hosted git repository.
tsato 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 c5e0efece Never stale a bug issue
c5e0efece is described below
commit c5e0efece4d7d1d40f3fabbebbf154550326162d
Author: tal66 <[email protected]>
AuthorDate: Sun May 22 23:54:49 2022 +0300
Never stale a bug issue
---
.github/workflows/stale.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index 123928493..324cf2845 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -32,7 +32,7 @@ jobs:
days-before-close: 15
operations-per-run: 10
stale-issue-label: status/stale
- exempt-issue-labels: status/never-stale
+ exempt-issue-labels: 'status/never-stale,kind/bug'
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.