diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-06-24 12:44:25 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-06-24 12:44:25 -0400 |
| commit | a084ae79512f55b29868a68ffab54fea677606ea (patch) | |
| tree | c5b5f6f40a4be5df45f02201725858434fe63d69 /.github | |
| parent | 9f489dffabe5bf20dcc6564501eaa5674739d4d8 (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.yml | 1 |
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: | |
