Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 6 additions & 10 deletions .github/workflows/weekly-uv-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,12 @@ jobs:
- name: Create changelog entry
if: steps.changes.outputs.changed == 'true'
run: |
cat > changelog_entry.yaml << 'EOF'
- bump: patch
changes:
changed:
- Updated uv.lock dependencies.
EOF

- name: Format code
if: steps.changes.outputs.changed == 'true'
run: make format
printf '%s\n' \
'- bump: patch' \
' changes:' \
' changed:' \
' - Updated uv.lock dependencies.' \
'' > changelog_entry.yaml

- name: Commit and push changes
if: steps.changes.outputs.changed == 'true'
Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Updated weekly uv.lock workflow to include changelog entry.