Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration for the stale bot #718

Merged
merged 2 commits into from
Sep 21, 2021
Merged

Configuration for the stale bot #718

merged 2 commits into from
Sep 21, 2021

Conversation

hugsy
Copy link
Owner

@hugsy hugsy commented Sep 19, 2021

Created .github/stale.yml to auto tag an inactive issue, and close it if still no activity; as recommended by @daniellimws here

Pretty straight forward, but you can read https://github.com/marketplace/stale for details.

This is the default configuration (I just made the daysUntilClose to close after 30), with custom comments.

Note: The file must be merged in master to be effective.This

…to tag an inactive issue, and close it if still no activity.
@hugsy hugsy added this to the Release: 2021.10 milestone Sep 19, 2021
.github/stale.yml Outdated Show resolved Hide resolved
.github/stale.yml Outdated Show resolved Hide resolved
@hugsy
Copy link
Owner Author

hugsy commented Sep 21, 2021

6916958 adds 2 directives to the stalebot that will help make everyone happy:

  • exemptAssignees set to true to avoid the bot flagging an issue which has an assignee
  • exemptMilestones set to true to avoid the bot flagging an issue which is linked to a milestone (and therefore expected to be resolved by the milestone release)

LMK what you think

@theguy147
Copy link
Collaborator

LMK what you think

Perfect!

@hugsy hugsy merged commit 915ff91 into master Sep 21, 2021
@hugsy hugsy deleted the stalebot-setup branch September 21, 2021 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants