-
Notifications
You must be signed in to change notification settings - Fork 19
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
XS✔ ◾ Improve-stale-pr-check #21
Conversation
runs weekly configured not to touch issues configured to mark prs as stale only (not close them)
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
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
|
||
schedule: | ||
# https://crontab.guru/#0_20_*_*_0 - At 20:00 on Sunday (UTC) | ||
- cron: '0 20 * * 0' |
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.
Should we not run this at least once a day?
Instead of once a week?
|
we should ideally do the same for both If we wanted to return to that setup, it would be better to have an org level action scan all repos and age prs as required - it would be efficient with action minute usage.
Only the label screenshots need to be updated, not sure if it's a must have right now. I'll update them once we have a pr that is stale by the new standard - #24 |
email
RE: [GitHub] You've used 75% of included services for the SSWConsulting account
changed stale workflow from code to an action from GitHub
changed schedule to weekly
added a dependabot config
sample run (includes more logging): https://github.com/SSWConsulting/SSW.GitHub.Template/actions/runs/8385929456
no