Skip to content

Commit

Permalink
Add 'feature' label to exemptLabels list in stalebot (#4344)
Browse files Browse the repository at this point in the history
* Add feature as extempt label

* Add feature as extempt label

* Add feature as extempt label
  • Loading branch information
andrzejewsky authored Oct 17, 2023
1 parent 53cef3d commit c3f7721
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curly-zoos-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Add 'feature' as extempt label for stalebot
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Publish a new feature request
title: "[Feature]: "
labels: ["feature"]
labels: ["feature", "backlog"]

body:
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exemptLabels:
- bug
- blocker
- backlog
- feature

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
Expand Down

0 comments on commit c3f7721

Please sign in to comment.