bugfix(KLEF): Use PR flow to bump kleff-plugin.json on release#6
Merged
isaacwallace123 merged 1 commit intomainfrom Apr 2, 2026
Merged
bugfix(KLEF): Use PR flow to bump kleff-plugin.json on release#6isaacwallace123 merged 1 commit intomainfrom
isaacwallace123 merged 1 commit intomainfrom
Conversation
isaacwallace123
approved these changes
Apr 2, 2026
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.
Pull Request
Summary
maindue to branch protection rulesgit push origin HEAD:mainwith the same GitHub App PR + auto-merge pattern already used for the plugin-registry bumpRelated Issues
No related issue — release was broken immediately after the auto-version-bump feature was merged.
Changes
What's Included
release.yml: replaced direct push step with a GitHub Script step that creates a branch, commits thekleff-plugin.jsonversion bump, opens a PR, and auto-merges it using the existingKLEFF_APP_ID/KLEFF_APP_PRIVATE_KEYapp tokenrelease.yml: addedGenerate app token for selfstep to get a token scoped tokeycloak-pluginWhat's Not Included
Testing
How Was This Tested?
Test Coverage
Breaking Changes
Does this PR introduce breaking changes?
Security Considerations
Uses the existing GitHub App (
KLEFF_APP_ID/KLEFF_APP_PRIVATE_KEY) scoped tokeycloak-plugin. No new secrets introduced. The app token is short-lived and generated per-run.Documentation
Does this PR require documentation updates?
UI/UX (If Applicable)
N/A
Pre-Merge Checklist
fix: use PR flow to bump kleff-plugin.json on release)Reviewer Notes