feat: add reusable CTA assistant GitHub action#32
Merged
Conversation
- Convert existing CLA workflow to reusable composite action - Update terminology from CLA to CTA (Copyright Transfer Agreement) - Maintain all configuration options and defaults - Add comprehensive documentation with usage examples - Support both local and remote signature storage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a reusable GitHub Action for managing Copyright Transfer Agreement (CTA) signatures from contributors. The action is built as a composite action that wraps the existing contributor-assistant/github-action and provides a standardized interface for CTA workflows across repositories.
Key changes:
- Created a composite action configuration file with comprehensive input parameters for CTA customization
- Added detailed documentation with usage examples, configuration options, and troubleshooting guidance
- Implemented flexible signature storage options supporting both local and remote repository configurations
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| github/cta-assistant/action.yml | Defines the composite action with inputs for CTA document URL, signature storage, commit messages, and remote storage options |
| github/cta-assistant/README.md | Comprehensive documentation covering setup, configuration, permissions, and troubleshooting for the CTA assistant action |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Add allowlist input parameter that appends to existing team allowlist - Use environment variable to eliminate static allowlist duplication - Maintain backward compatibility with optional input - Update documentation with allowlist configuration examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
269ab32 to
35fcbde
Compare
ganchoradkov
approved these changes
Aug 22, 2025
arein
approved these changes
Aug 22, 2025
- Add explicit signature branch creation step for maintainers - Remove remote storage section to focus on local storage - Clean up configuration examples and troubleshooting - Update action references from @v1 to @master - Clarify repository setup requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Key Features
Implementation Details
This action is a wrapper around the upstream contributor-assistant/github-action that provides:
Usage Example
Test plan
TODOs