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

Only run issue-locker action on weekdays #60979

Merged
merged 3 commits into from
Mar 18, 2025
Merged

Only run issue-locker action on weekdays #60979

merged 3 commits into from
Mar 18, 2025

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Mar 17, 2025

So that we don't close people's issues over the weekend

@wtgodbe wtgodbe requested a review from danmoseley March 17, 2025 23:04
@wtgodbe wtgodbe requested a review from a team as a code owner March 17, 2025 23:04
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Mar 17, 2025
@@ -1,7 +1,7 @@
name: Locker - Lock stale issues
on:
schedule:
- cron: '34 8 * * *' # Once per day, overnight PT, uncommon minute of hour
- cron: '34 12 * * 1-5' # Once per weekday, overnight PT, uncommon minute of hour
Copy link
Member Author

Choose a reason for hiding this comment

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

Updated to run at 5:30 AM as well

Copy link
Member

@danmoseley danmoseley left a comment

Choose a reason for hiding this comment

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

confirmed with copilot help!

@danmoseley danmoseley enabled auto-merge (squash) March 18, 2025 00:01
@wtgodbe wtgodbe disabled auto-merge March 18, 2025 00:01
@wtgodbe wtgodbe merged commit b711334 into main Mar 18, 2025
19 of 23 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/weekdays branch March 18, 2025 00:02
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview3 milestone Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants