Merged
Conversation
- `python-docker.yaml` now includes `python.yaml` internally (code check, security, tests) - removed duplicate `ci` job that called `python.yaml` separately - renamed job to `default` matching the standard pattern (e.g., autobump) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- renamed upstream workflow uses `pdm-docker.yaml` instead of `python-docker.yaml` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Standardizes the repository’s GitHub Actions CI by consolidating previously separate reusable workflow jobs into a single reusable workflow invocation, and documents the change in the changelog.
Changes:
- Switched
.github/workflows/default.yamlfrom two reusable workflow jobs (python.yaml+python-docker.yaml) to a singlepdm-docker.yamlreusable workflow call. - Added a changelog entry describing the CI workflow consolidation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CHANGELOG.md |
Adds an Unreleased entry noting the CI workflow standardization. |
.github/workflows/default.yaml |
Replaces two jobs with one job calling the standardized pdm-docker.yaml reusable workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
@rios0rios0 I've opened a new pull request, #12, to work on those changes. Once the pull request is ready, I'll request review from you. |
4 tasks
Co-authored-by: rios0rios0 <32651906+rios0rios0@users.noreply.github.com> Agent-Logs-Url: https://github.com/fnk0c/database-sync/sessions/02798412-024d-43b3-8504-81565cf97077
fix(changelog): merge duplicate Changed sections in Unreleased block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚦 Quality checklist
CHANGELOG.md? (don't forget the GitHub issue link!)make lint)make sast)make test)