Skip to content

Conversation

@hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Dec 23, 2025

Summary

Closes #7034

Remove the strict uv.lock freshness check from PR CI and replace it with a weekly scheduled workflow.

Changes

  • Removed: check-lock-freshness job from .github/workflows/pr.yaml
  • Added: .github/workflows/weekly-uv-lock.yaml - runs every Wednesday at 5 PM EST to update dependencies automatically

Reason

The current check is too strict. A weekly scheduled script will keep the lock file up to date instead.

🤖 Generated with Claude Code

- Remove check-lock-freshness job from PR CI workflow
- Add scheduled weekly workflow to update uv.lock automatically

Closes PolicyEngine#7034

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@hua7450 hua7450 linked an issue Dec 23, 2025 that may be closed by this pull request
@hua7450 hua7450 marked this pull request as ready for review December 26, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove uv.lock freshness check from CI

1 participant