-
-
Notifications
You must be signed in to change notification settings - Fork 61.7k
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
ci(stale): create stale.yml
workflow
#7053
Conversation
- Treat issues and PRs separately - At the end, generate a cross-linked summary with all processed issues/PRs
as we haven't had any autoclose action, I think it would be easier to get used to if the periods were longer. - 60 days to stale, the 30 days to autoclose. |
This comment was marked as outdated.
This comment was marked as outdated.
at 0:00am 6:00am 12:00pm 18:00pm
This comment was marked as off-topic.
This comment was marked as off-topic.
Co-authored-by: ImVector <[email protected]>
The This issue has already been reported at: actions/stale#795 Downgrade the actions/stale package to v4 until the bug has been fixed upstream? |
if it doesn't involve other problems yes |
Maybe wait to patch is released in v5.0.2... actions/stale#816. It seems work. no actions here is needed since we use a major version in a project mantained frecuently |
Reverts commit dc44e45
… and other for PRs New features: - run on push over this workflow - run manually have debug option to make a dry-run execution - run scheduled is every 6 hours at o'clock - Summary report is in table format instead of list items
As posted in #7053 (comment), this workflow has been refactored (commit 26ea5aa) to have only one job but one step for issues and other for PRs Current features:
Tests with details at:
|
why every 6 hours? I think it's useless to run it so often, it would just make it more complex to find summaries with useful information in them. I propose to run the workflow once a day/week. |
I'll see once a day well. It is the recomended cron according to the config examples https://github.com/actions/stale/blob/main/.github/workflows/stale.yml. To make test use the extra manual run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
Improve repo
For resources
Description
actions/stale
separately and concurrentlyin serie using same job.Current Configuration:
diaryhourly cron or also manually3060 days elapsed until stale730 days more to close that staled issue/PRsstale
,stale: closed
. Some exemptions like discussions, reviews or pinningsChecklist:
Follow-up