-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Enable automated closing of stale pull requests and issues #7347
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
Enable automated closing of stale pull requests and issues #7347
Conversation
Signed-off-by: Parship Chowdhury <i.am.parship@gmail.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
on: | ||
schedule: | ||
# Run every Monday at 1:30 AM UTC | ||
- cron: '30 1 * * 1' |
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.
The cron expression 30 1 * * 1
is configured to run weekly on Mondays at 1:30 AM UTC, which doesn't match the PR description stating "schedule daily execution at 1:30 AM UTC". For daily execution, the cron expression should be 30 1 * * *
instead.
- cron: '30 1 * * 1' | |
- cron: '30 1 * * *' |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
@Parship999 I did a test run, looks like it works. Please open another PR to remove the debug flag. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7347 +/- ##
==========================================
- Coverage 96.49% 96.46% -0.03%
==========================================
Files 378 378
Lines 22910 22999 +89
==========================================
+ Hits 22107 22186 +79
- Misses 608 615 +7
- Partials 195 198 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- continue from #7347 --------- Signed-off-by: Parship Chowdhury <i.am.parship@gmail.com>
Which problem is this PR solving?
.github/stale.yml
configuration was using the deprecated stale app which wasn't working. so it was removedDescription of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test