mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #43181 from frappe/chore/no-stale-on-draft
chore: exempt draft prs from stale bot
This commit is contained in:
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
@@ -12,6 +12,9 @@ exemptProjects: true
|
|||||||
# Set to true to ignore issues in a milestone (defaults to false)
|
# Set to true to ignore issues in a milestone (defaults to false)
|
||||||
exemptMilestones: true
|
exemptMilestones: true
|
||||||
|
|
||||||
|
# Skip the stale action for draft PRs
|
||||||
|
exemptDraftPr: true
|
||||||
|
|
||||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- hotfix
|
- hotfix
|
||||||
|
|||||||
Reference in New Issue
Block a user