Skip to content

Commit

Permalink
Merge pull request #3208 from kenhys/add-feature-request
Browse files Browse the repository at this point in the history
github workflow: ignore "feature request" from stale bot target
  • Loading branch information
repeatedly authored Dec 21, 2020
2 parents 554c287 + 6e42d29 commit 7a45066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
close-pr-message: "This PR was automatically closed because of stale in 30 days"
stale-pr-label: "stale"
stale-issue-label: "stale"
exempt-issue-labels: "bug,enhancement,pending,work_in_progress,v1,v2"
exempt-pr-labels: "bug,enhancement,pending,work_in_progress,v1,v2"
exempt-issue-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"
exempt-pr-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"

0 comments on commit 7a45066

Please sign in to comment.