-
Notifications
You must be signed in to change notification settings - Fork 154
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
chore(ci): label stale PRs and clean its cache #2232
Conversation
The image is available at: |
If we want to close issues as well as PRs then we probably need some sort of exception for #320 as that's the renovate dashboard. Then again it looks like Renovate is handling it already: |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The image is available at: |
This adds GH action that labels PR as "Stale" when there is no activity on PR for 7 days.
It doesn't close them, just adds label.
When the PR is labeled as "Stale" it will also trigger a workflow that cleans its GitHub Actions cache. This should prevent problems that we sometimes have with cache getting filled.
fixes https://issues.redhat.com/browse/RHIDP-5610