Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v4.25.5
v4.25.4
Changes
- Move auto-lock time from 8:43 to 4:43.
- Let projects defined their own cooldown period via the
pyproject.toml. - Replace deprecated
codecov/test-results-actionbycodecov/codecov-action.
v4.25.3
Changes
- Add Download link to project metadata.
- Include license file in package.
- Remove utilization workaround for
macos-15-intel.
v4.25.2
v4.25.1
v4.25.0
Changes
- Add cooldown period for dependabot updates: 7 days by default, 29 days for major updates, 11 days for minor updates, 5 days for patch updates.
- Sets
--exclude-newerto 7 days ago when syncinguv.lockinautofixworkflow. - Merge all label syncing jobs into a single one.
- Change the
testandtypingextra dependency groups into development dependency groups. - Make all documentation-related and typing-related jobs depends on the new development dependency groups.
- Remove forcing Python
3.14in documentation-related jobs. - Unlock a CPU core stuck at 100% utilization on
macos-15-intel. - Document all reusable workflows jobs and their requirements.
- Reintroduce Python 3.10 support.
v4.24.6
v4.24.5
v4.24.4
v4.24.3
Changes
- Replace
mdformat_frontmatterbymdformat-front-mattersto fix compatibility withmdformatv1.0.0. - Activate strict front-matter checking in
mdformatwhen auto-formatting Markdown files.