Conversation
Co-authored-by: OpenAI Codex <codex@openai.com>
There was a problem hiding this comment.
Pull request overview
This PR promotes PhotoCleaner’s GitHub Actions configuration to the channel-anchored .NET publish workflow schema by updating the pinned ProjectTemplate reusable workflow SHAs and aligning the build-release inputs with the renamed .NET publish gate/project parameters.
Changes:
- Update reusable workflow pins in PR and release workflows to ProjectTemplate
mainpromotion537b1837fe90e2288f71034ef96cc4e949937712. - Rename the build-release reusable workflow inputs to the new schema (
enable_dotnet_publish,dotnet_publish_project) in both PR smoke builds and release publishing.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test-pull-request.yml | Pins reusable workflows to the promoted template SHA and updates smoke build inputs to the new .NET publish gate/project names. |
| .github/workflows/publish-release.yml | Pins release-chain reusable workflows to the promoted template SHA and updates publish inputs to the new .NET publish gate/project names. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
mainpromotion537b1837.Verification