Merged
Conversation
Collaborator
SamMorrowDrums
commented
Jun 25, 2025
- Updates advice to contributors to merge PRs to next branch
- Adds automation to complain about merging to main.
- Adds a release publishing workflow
Contributor
|
👋 Hi there! It looks like this PR is targeting the You can change this by:
Thanks for your contribution! 🚀 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a structured release workflow, enforces targeting the next branch for contributions, and extends Docker publishing triggers.
- Updated contributing guidelines to direct PRs to the
nextbranch. - Added a workflow to block PRs against
mainand prompt authors to switch tonext. - Introduced a manual release workflow (
.github/workflows/release.yml) for tag validation, rebasing, tagging, PR creation, and a summary. - Extended
docker-publish.ymlto run on bothmainandnextbranches.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CONTRIBUTING.md | Added admonition and updated PR submission step to target next. |
| .github/workflows/release.yml | New release workflow for validating inputs, rebasing, tagging, PR creation, and summary. |
| .github/workflows/pr-base-check.yml | Workflow to comment on PRs targeting main, asking to switch to next. |
| .github/workflows/docker-publish.yml | Extended Docker publish triggers to include the next branch. |
Comments suppressed due to low confidence (2)
.github/workflows/release.yml:68
- After successfully rebasing
nextontomain, the workflow never pushes the updatednextbranch back to the remote. Add agit push --force-with-lease origin nextstep to ensure the PR includes the rebased commits.
echo "rebase-success=true" >> $GITHUB_OUTPUT
.github/workflows/release.yml:134
- The workflow waits for a draft release to appear but never creates one. Introduce a step (e.g.,
gh release create --draft "$TAG") or use an official action to generate the draft release after tagging.
echo "Waiting for GitHub to create the draft release..."
e7504a5 to
48817ed
Compare
48817ed to
d94992c
Compare
JoannaaKL
approved these changes
Jun 26, 2025
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.