Remove develop-update in favor of failing release if main is ahead of develop#20
Merged
The0mikkel merged 5 commits intomainfrom Nov 16, 2025
Merged
Remove develop-update in favor of failing release if main is ahead of develop#20The0mikkel merged 5 commits intomainfrom
The0mikkel merged 5 commits intomainfrom
Conversation
Merge main into develop to update the develop branch to the latest version
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes the develop-update workflow in favor of failing releases when main is ahead of develop. Instead of automatically creating a PR to sync develop with main, the release workflow now validates that develop is up to date and fails early if it's not.
Key changes:
- Added a validation step in the release workflow to check if
developis behindmainand fail the release if so - Removed documentation for the
develop-updateworkflow from README.md
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Removed documentation for the develop-update workflow and added note about the new validation behavior in the release workflow |
| .github/workflows/release.yml | Added validation steps to check if develop is up to date with main and fail the release if not |
Comments suppressed due to low confidence (1)
README.md:33
- The reference to
develop-updatein the workflow list at line 33 should be removed since thedevelop-updateworkflow documentation has been deleted. This creates a broken anchor link.
- [`develop-update`](#develop-update): Update develop branch to match main branch
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.