Skip to content

Add CodeBoarding workflows - #2

Merged
ivanmilevtues merged 1 commit into
masterfrom
add-codeboarding-workflows
Aug 9, 2026
Merged

Add CodeBoarding workflows#2
ivanmilevtues merged 1 commit into
masterfrom
add-codeboarding-workflows

Conversation

@ivanmilevtues

Copy link
Copy Markdown
Member

Adds two new GitHub Actions workflows for CodeBoarding:

  1. codeboarding-review.yml - Runs CodeBoarding review on pull requests and when triggered via issue comments
  2. codeboarding-sync.yml - Syncs CodeBoarding data on pushes to main branch

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

CodeBoarding review

Status: 2 changed components

See the full change in CodeBoarding.

graph LR
    n_Web_Based_Management_UI["Web-Based Management UI"]
    n_Static_File_Patcher["Static File Patcher"]
    n_Bridge_State_Orchestrator["Bridge State Orchestrator"]
    n_Command_Protocol_Router["Command #38; Protocol Router"]
    n_WebSocket_Protocol_Codec["WebSocket Protocol Codec"]
    n_Bridge_Communication_Server["Bridge Communication Server"]
    n_Runtime_Script_Injector["Runtime Script Injector"]
    n_Trainer_Interface_Components["Trainer Interface Components"]
    n_Web_Based_Management_UI -- "Connects via WebSocket/HTTP" --> n_Bridge_Communication_Server
    n_Command_Protocol_Router -- "Dispatches trainer commands" --> n_Runtime_Script_Injector
    n_Bridge_Communication_Server -- "Synchronizes state snapshots" --> n_Bridge_State_Orchestrator
    n_Bridge_Communication_Server -- "Serializes/Deserializes frames" --> n_WebSocket_Protocol_Codec
    n_Bridge_Communication_Server -- "Serves injection payloads" --> n_Runtime_Script_Injector
    n_Runtime_Script_Injector -- "Reports game/trainer status" --> n_Bridge_State_Orchestrator
    n_Trainer_Interface_Components -- "Triggers cheat actions" --> n_Command_Protocol_Router
    classDef added fill:#1f883d,stroke:#0b5d23,color:#ffffff;
    classDef modified fill:#bf8700,stroke:#7d4e00,color:#ffffff;
    classDef deleted fill:#cf222e,stroke:#82071e,color:#ffffff,stroke-dasharray:5 3;
    class n_Web_Based_Management_UI,n_Trainer_Interface_Components modified;
Loading

download artifacts · run 31273838046

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6dd7b29754

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: CodeBoarding/CodeBoarding-action@main

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Pin the write-privileged action to an immutable commit

If the upstream main branch is compromised or receives an unsafe update, the next push or manual sync will execute that code with contents: write, pull-requests: write, and OIDC-token permissions, allowing the repository to be modified without any change here. Pin CodeBoarding/CodeBoarding-action to a reviewed full commit SHA in both workflows rather than trusting the mutable main ref.

Useful? React with 👍 / 👎.

@ivanmilevtues
ivanmilevtues merged commit abbb787 into master Aug 9, 2026
2 of 6 checks passed
@ivanmilevtues
ivanmilevtues deleted the add-codeboarding-workflows branch August 9, 2026 10:50
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