Files
claude-code-action/src/github/constants.ts
github-actions[bot] 59a49d170c tmp
2025-09-04 11:28:30 -07:00

14 lines
249 B
TypeScript

/**
* GitHub-related constants used throughout the application
*/
/**
* Claude App bot user ID
*/
export const CLAUDE_APP_BOT_ID = 41898282;
/**
* GitHub Actions bot username
*/
export const GITHUB_ACTIONS_BOT_LOGIN = "github-actions[bot]";