This is an automated email from the ASF dual-hosted git repository.
smengcl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 1b00e7fb697 HDDS-15968. Exempt design pull requests from stale bot
(#10864)
1b00e7fb697 is described below
commit 1b00e7fb697421d298c32ba52c99bdc5562aceee
Author: Siyao Meng <[email protected]>
AuthorDate: Mon Jul 27 15:59:20 2026 -0700
HDDS-15968. Exempt design pull requests from stale bot (#10864)
---
.github/workflows/close-stale-prs.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/close-stale-prs.yaml
b/.github/workflows/close-stale-prs.yaml
index 724176b904b..25d847b7316 100644
--- a/.github/workflows/close-stale-prs.yaml
+++ b/.github/workflows/close-stale-prs.yaml
@@ -30,6 +30,7 @@ jobs:
uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
with:
stale-pr-label: 'stale'
+ exempt-pr-labels: 'design'
exempt-draft-pr: false
days-before-issue-stale: -1
days-before-pr-stale: 21
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]