Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <24644237+victoriadrake@users.noreply.github.com>2020-07-14 04:29:07 +0300
committerGitHub <noreply@github.com>2020-07-14 04:29:07 +0300
commit5f5084d870d3af81cf81b701bfd50913b426ba23 (patch)
treeb58074dbe5e57c7c1aa78c21f2047aef55c367d0 /.github
parent7b6b519e3844315b3f27aa18464ead659dd4b676 (diff)
Add exempt label
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 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