diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-24 13:55:15 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-01-24 13:55:15 +0200 |
| commit | 36763dde3bc70d3e43ff2f8e61c783a8ff0f8532 (patch) | |
| tree | a25a35a8760b932217c1dd22e0da9eda27cc1dda | |
| parent | bfe2a08a72eacc2fd1e3213959e2531a931adc25 (diff) | |
Don't mark as stale issues and PRs with a milestone
| -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 a39c034..a7774f4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,6 +15,7 @@ jobs: days-before-issue-stale: 30 days-before-issue-close: 30 stale-issue-label: "stale" + exempt-all-milestones: true exempt-issue-labels: "bug, high priority, good first issue, pinned" stale-issue-message: >- This issue has been automatically marked as stale because it has not |
