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

Improve Stale management #748

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Improve Stale management #748

wants to merge 3 commits into from

Conversation

joofio
Copy link

@joofio joofio commented Oct 4, 2024

In order to make the most of our time managing issues, i am suggesting to reduce drastically the time for tagging as stale and increasing the time for comment / update before closing time.
I would also add a "whitelist" label so it is not affected by it ("bug")

@@ -9,11 +9,12 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 730 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this line needs to be updated also to reflect 10

Copy link
Contributor

Choose a reason for hiding this comment

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

..line 14 "close-issue-message" line

Copy link
Author

Choose a reason for hiding this comment

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

done

@jkiddo
Copy link
Collaborator

jkiddo commented Nov 7, 2024

@dotasek also good for you?

Copy link
Contributor

@dotasek dotasek left a comment

Choose a reason for hiding this comment

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

The general consensus from the HAPI side of things, via @michaelabuckley and @jamesagnew, is that a 3 month span is far too short, particularly since both projects have a quarterly release cycle.

I think a review of how long it takes issues to be resolved would give us a better idea of 'how short is too short'.

@jkiddo
Copy link
Collaborator

jkiddo commented Nov 7, 2024

The starter project releases are not necessarily bound to the parent project as features have been added over time independent of the parent - just saying.

It is however convenient that major/minor matches between the projects.

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.

4 participants