Skip to content

feat: add BranchEvents enum#113

Merged
sweatybridge merged 2 commits into
masterfrom
claude/wizardly-pascal-51tkfz
Jun 26, 2026
Merged

feat: add BranchEvents enum#113
sweatybridge merged 2 commits into
masterfrom
claude/wizardly-pascal-51tkfz

Conversation

@sweatybridge

Copy link
Copy Markdown
Contributor

What

Adds a new BranchEvents enum to src/events.ts for branch-related events:

export enum BranchEvents {
  BranchPrOpened = 'branch.pr_opened',
  BranchPrClosed = 'branch.pr_closed',
  BranchCommitPushed = 'branch.commit_pushed',
}

Why

Provides shared, type-safe constants for branch events (branch.pr_opened, branch.pr_closed, branch.commit_pushed), following the existing event enum conventions in this file.

Notes

  • Type-checks cleanly with the project's local TypeScript (4.5.4).

🤖 Generated with Claude Code


Generated by Claude Code

Add a new enum for branch events including branch.pr_opened,
branch.pr_closed, and branch.commit_pushed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EhxMgoCmwkbtp75KS4b2Kc
@sweatybridge sweatybridge marked this pull request as ready for review June 17, 2026 08:30
@sweatybridge sweatybridge requested review from a team as code owners June 17, 2026 08:30
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EhxMgoCmwkbtp75KS4b2Kc

@drclau drclau 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.

🚀

@sweatybridge sweatybridge merged commit 099d9bf into master Jun 26, 2026
4 checks passed
@sweatybridge sweatybridge deleted the claude/wizardly-pascal-51tkfz branch June 26, 2026 17:39
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.

4 participants