Skip to content

Commit

Permalink
ci(): update stale bot config (#8307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 authored Sep 22, 2022
1 parent 1d865f2 commit 2d0d7be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://github.com/probot/stale

# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
Expand All @@ -11,16 +13,30 @@ exemptLabels:
- feature
- possible_feature
- fix-next
- itext
- text
- low_priority
- svg_output
- svg_parser
- v6
- group
- task
- help wanted
- CI/CD
- experimental
# Label to use when marking an issue as stale
staleLabel: stale
# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: true
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
recent activity. It will be closed if no further activity occurs.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

pulls:
daysUntilStale: 30
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs 😔. Thank you
for your contributions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [next]

- ci(): update stale bot [#8307](https://github.com/fabricjs/fabric.js/pull/8307)
- ci(test): await golden generation in visual tests [#8284](https://github.com/fabricjs/fabric.js/pull/8284)
- ci(): Add a pipeline check for verifying that CHANGELOG.md has been updated [#8302](https://github.com/fabricjs/fabric.js/pull/8302)
- BREAKING feat(fabric.IText) rename data-fabric-hiddentextarea to data-fabric with value textarea
Expand Down

0 comments on commit 2d0d7be

Please sign in to comment.