Skip to content

Add PR branch check and version bump check#13

Merged
erikdarlingdata merged 1 commit into
devfrom
feature/pr-guards
Mar 5, 2026
Merged

Add PR branch check and version bump check#13
erikdarlingdata merged 1 commit into
devfrom
feature/pr-guards

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

Two new guard workflows:

check-pr-branch.yml

Blocks PRs to main from anything other than dev. Feature branches must target dev.

check-version-bump.yml

When dev PRs to main, compares the version in PlanViewer.App.csproj against main. Fails if the version hasn't been bumped.

🤖 Generated with Claude Code

- check-pr-branch: only dev can PR to main, feature branches must target dev
- check-version-bump: fails if dev→main PR has the same version as main

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant