diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index b566f1d6..923438ae 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -15,4 +15,6 @@ jobs: with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.' days-before-stale: 30 - days-before-close: 7 \ No newline at end of file + days-before-close: 7 + stale-issue-label: "stale" + stale-pr-label: "stale"