Skip to content

Add Claude Code GitHub Actions workflows to main#14

Merged
VPDPersonal merged 1 commit into
mainfrom
chore/main-claude-workflows
May 10, 2026
Merged

Add Claude Code GitHub Actions workflows to main#14
VPDPersonal merged 1 commit into
mainfrom
chore/main-claude-workflows

Conversation

@VPDPersonal
Copy link
Copy Markdown
Owner

Brings .github/workflows/claude.yml and .github/workflows/claude-code-review.yml to main so that Claude integrations work without waiting for the 1.0 release merge.

Why a separate PR: GitHub dispatches issue_comment events from the default branch's workflow files. Those workflows currently only exist on Develop, so @claude mentions on issues / PRs (including #8) don't trigger anything. Landing them on main first unblocks @claude review on #8 before it merges.

Workflows

  • claude.yml — runs on @claude mention in an issue body / title, issue comment, PR review or PR review comment. On-demand assistant.
  • claude-code-review.yml — auto-runs on pull_request (opened, synchronize, ready_for_review, reopened). Already works for PR Release 1.0: Aspid.FastTools rename, ID System, UIToolkit API #8 today (because pull_request workflows are loaded from the PR branch); landing it on main makes it the default for any future PR opened directly against main.

Files copied verbatim from the Develop branch — no edits.

@VPDPersonal VPDPersonal added type: ci CI / build pipeline changes type: chore Maintenance, version bumps, tooling labels May 10, 2026
@VPDPersonal VPDPersonal merged commit e147529 into main May 10, 2026
1 check passed
@VPDPersonal VPDPersonal deleted the chore/main-claude-workflows branch May 10, 2026 21:29
@VPDPersonal VPDPersonal removed the type: chore Maintenance, version bumps, tooling label May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: ci CI / build pipeline changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant