Add claude GitHub actions 1748957348451#13
Open
jr413 wants to merge 45 commits intoAkira-Papa:mainfrom
Open
Conversation
- Moved complex bash script logic to separate file scripts/generate-project.sh - Simplified workflow YAML to avoid syntax parsing issues - Fixed heredoc and variable substitution problems - Validated YAML syntax successfully
…o enable Claude interaction in issues
- Replace heredoc syntax with proper string concatenation - Fix line 269 YAML parsing error - Ensure workflow is valid and can be executed
GitHub CLIを完全に使用して、複雑なJSONを一切避ける方法
- Add oauth-refresh.ts module to check token expiration - Add OAuth refresh step in action.yml before main execution - Use refreshed tokens if available (from env vars) - Provide clear instructions for manual token refresh when needed
- Add workflow for updating secrets via GitHub Actions - Add local script to help with token refresh process - Provide clear documentation for token management
- Fix multi-line string escaping issues using heredoc and --body-file - Add parallel execution with matrix strategy for 5x performance - Implement comprehensive error handling and retry logic - Add project board integration for issue tracking - Include notification system (Slack/Discord/GitHub Discussions) - Generate HTML reports and monitoring configurations - Add deployment configurations for Docker/Kubernetes - Implement metadata tracking with artifacts - Ensure YAML syntax validity and GitHub Actions compatibility The workflow now supports enterprise-grade features while maintaining backward compatibility with the original functionality.
- Fix unused variables in oauth-refresh.ts by prefixing with underscore - Format all files with Prettier to ensure consistent code style - Remove problematic oauth-token-monitor.yml with syntax errors - Add comprehensive OAuth setup documentation - Ensure all TypeScript and format checks pass
feat: enhance TeleAI Enterprise workflow with advanced automation
- Remove unsupported --body flag from gh project create - Simplify project board creation to avoid GitHub API v2 complexity - Replace automatic project board creation with manual setup instructions - Update issue templates to reference manual project board setup - Provide clear guidance for users to create project boards manually
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.
なんか修正