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

feature/github-action-stale #474

Merged
merged 2 commits into from
Mar 28, 2023
Merged

Conversation

BrianWhitneyAI
Copy link
Collaborator

The purpose of this PR is to introduce a feature that warns users of stale branches and issues. If no response is seen within an allotted time, the workflow will close the issue/pr.

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3175843) 94.08% compared to head (dbd5980) 94.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #474   +/-   ##
=======================================
  Coverage   94.08%   94.09%           
=======================================
  Files          48       48           
  Lines        4162     4164    +2     
=======================================
+ Hits         3916     3918    +2     
  Misses        246      246           

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

with:
stale-issue-message: '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.'
stale-pr-message: 'This PR 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.'
days-before-stale: 90
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 months seems kinda soon. Maybe a year? For the days-before-close maybe give it 2 weeks just to be a bit more forgiving.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good will add

@BrianWhitneyAI
Copy link
Collaborator Author

Tested on a dummy repository

@BrianWhitneyAI BrianWhitneyAI marked this pull request as ready for review March 28, 2023 18:35
Copy link
Collaborator

@evamaxfield evamaxfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Merge whenever

@BrianWhitneyAI BrianWhitneyAI merged commit d6f873f into main Mar 28, 2023
@BrianWhitneyAI BrianWhitneyAI deleted the feature/github-action-stale branch March 28, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants