Add workflows to release branch - #1237
Merged
Merged
Conversation
This turns cortex's Claude Code GitHub Action setup into a reusable integration that any cobaltcore-dev repository can adopt by copying two files into its .github folder, with zero repository secrets. The shared playbook of commands and agents moves out of .claude into a root .agents plugin folder that is fetched onto CI runners at run time, so there is a single source of truth. A per-repo config file at .github/cortex-agents.config.yaml activates features such as review, bugfinder, docswriter, assistant, and release, each defaulting to inactive when absent, and a hub workflow at .github/workflows/cortex-agents-hub.yaml calls cortex's reusable workflows with secrets inherited from organization-level secrets. Cortex is the first consumer and dogfoods the integration. Review runs automatically on pull requests via a fork-safe base-ref checkout plus an author allowlist, and release runs automatically on pull requests into matching release branches. Assisted-by: Claude Code:claude-opus-4-8 [Bash] [Read] Signed-off-by: Philipp Matthes <p.matthes@sap.com>
PhilippMatthes
marked this pull request as ready for review
September 25, 2026 08:24
PhilippMatthes
requested review from
SoWieMarkus,
auhlig,
juliusclausnitzer,
mblos and
umswmayj
as code owners
September 25, 2026 08:24
SoWieMarkus
approved these changes
Sep 25, 2026
Contributor
Test Coverage ReportTest Coverage 📊: 73.1% |
This branch was previously deployed
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.