From 5f5084d870d3af81cf81b701bfd50913b426ba23 Mon Sep 17 00:00:00 2001 From: Victoria Drake <24644237+victoriadrake@users.noreply.github.com> Date: Mon, 13 Jul 2020 21:29:07 -0400 Subject: Add exempt label --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 52d6785..284e2d1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,5 +17,6 @@ jobs: stale-pr-message: 'It looks like this PR has been idle a while, so I am marking it as stale. Remove the label or comment if this is still being worked on.' stale-issue-label: 'no-activity' stale-pr-label: 'no-activity' + exempt-pr-labels: 'help wanted' days-before-stale: 30 days-before-close: 5 -- cgit v1.2.3