graph-framework-for-microservices icon indicating copy to clipboard operation
graph-framework-for-microservices copied to clipboard

[Feature]: Enable stale bot on the repo

Open xmen4xp opened this issue 3 years ago • 1 comments

Contact Details

No response

Tell us the project / group you are associated with

Community (Default)

What would you like to see implemented?

When issues are raised in github, it will need to be managed by stale bot to prevent issues from accumulating:

The following are the attributes recommended by github.


# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
# Label to use when marking an issue as stale
staleLabel: wontfix
# 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.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

Are you able to share screenshots or illustrations that explains the feature?

No response

How critical is this feature to you?

Major - important feature to be incorporated as there are no known alternatives in the solution

Any additional / relevant info

No response

xmen4xp avatar Dec 03 '22 01:12 xmen4xp