summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-06-24 12:44:25 -0400
committerDave Henderson <dhenderson@gmail.com>2023-06-24 12:44:25 -0400
commita084ae79512f55b29868a68ffab54fea677606ea (patch)
treec5b5f6f40a4be5df45f02201725858434fe63d69 /.github
parent9f489dffabe5bf20dcc6564501eaa5674739d4d8 (diff)
stale workflow - exempt issues/PRs assigned to milestones
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index bc5ebbdb..0b09d22b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,6 +15,7 @@ jobs:
- uses: actions/stale@v8
# See https://github.com/actions/stale#all-options
with:
+ exempt-all-milestones: true
days-before-stale: 60
days-before-close: 14
stale-issue-message: |