This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 63d0cb1bb chore: do not mark issues as 'stale' if they are already
marked 'valid'
63d0cb1bb is described below
commit 63d0cb1bbd7b0e1b035ccdb1aa4d60d80729b202
Author: Lenny Primak <[email protected]>
AuthorDate: Mon Apr 21 23:51:39 2025 -0500
chore: do not mark issues as 'stale' if they are already marked 'valid'
---
.github/workflows/stale.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 8c021015d..402d13f68 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -38,3 +38,5 @@ jobs:
with:
# default is 60
days-before-stale: 90
+ exempt-issue-labels: valid
+ exempt-pr-labels: valid