Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4a93253
feat: add auto-update workflow for pre-commit hooks
ColinDaglish Sep 10, 2026
7298ea1
feat: enhance workflow_call inputs with cooldown and skip options for…
ColinDaglish Sep 10, 2026
d976f32
chore: update actions/checkout to version 7.0.1 for improved function…
ColinDaglish Sep 10, 2026
44fa3ce
feat: add installation step for pyyaml dependency in auto-update work…
ColinDaglish Sep 10, 2026
ed745d2
feat: enhance get_latest_release function to resolve tag to immutable…
ColinDaglish Sep 10, 2026
d8e02c0
feat: add function to resolve commit SHA to tag and enhance version t…
ColinDaglish Sep 10, 2026
cef05d5
feat: refactor PR generation logic and enhance warning messages for p…
ColinDaglish Sep 10, 2026
6473117
fix: update cron schedule to run weekly on Monday at 09:00 UTC and ad…
ColinDaglish Sep 10, 2026
9281ef9
docs: clarify instructions for resetting cooldown in pre-commit updat…
ColinDaglish Sep 10, 2026
a630d4e
feat: configure git to use GITHUB_TOKEN for authentication in update …
ColinDaglish Sep 10, 2026
7436743
feat: update git push command to use --force-with-lease for safer bra…
ColinDaglish Sep 10, 2026
08da0d1
feat: update setup-python action to version 7.0.0 for improved functi…
ColinDaglish Sep 10, 2026
c2c03f5
feat: update git configuration to use GITHUB_TOKEN via HTTP header fo…
ColinDaglish Sep 10, 2026
60e4e3c
feat: update git push command to use token in URL for improved security
ColinDaglish Sep 10, 2026
eb4e22b
feat: update push command to use GitHub CLI for authentication and si…
ColinDaglish Sep 10, 2026
05385b3
feat: refine update detection to only track semantic versioned releas…
ColinDaglish Sep 10, 2026
a7a66e8
feat: add force update option to bypass cooldown periods in PR genera…
ColinDaglish Sep 10, 2026
8a6116b
feat: replace pyyaml with ruamel.yaml for improved YAML handling and …
ColinDaglish Sep 10, 2026
5b7ac71
fix: revert to pyyaml for dependency installation and YAML parsing
ColinDaglish Sep 10, 2026
5d48b91
fix: handle potential errors when adding comments to repo entries
ColinDaglish Sep 10, 2026
74ef6e0
refactor: remove inline comment addition for version tracking in repo…
ColinDaglish Sep 10, 2026
63290a6
fix: skip updates if version hasn't changed to prevent unnecessary pr…
ColinDaglish Sep 10, 2026
0c7c66c
refactor: remove workflow_dispatch inputs for cooldown periods and sk…
ColinDaglish Sep 10, 2026
29f4dd3
fix: update inline comment for frozen version in repo entries and han…
ColinDaglish Sep 10, 2026
cad9b6d
feat: add workflow_dispatch inputs for cooldown periods and hook skip…
ColinDaglish Sep 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading