-
Notifications
You must be signed in to change notification settings - Fork 822
feat: Add Copyright Headers #1713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Copyright Headers #1713
Conversation
…o allowed-repos
feat: Add allowed repos
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Add file headers
PR Type
enhancement, documentation
Description
Add Apache 2.0 license headers to all Python files
Enforce allowed GitHub repositories for webhook processing
Add support for handling GitHub issue events
/help_docs
auto-commandUpdate settings and configuration for new features
Changes walkthrough 📝
87 files
Add Apache 2.0 license header to package init
Add Apache 2.0 license header to agent init
Add Apache 2.0 license header to agent logic
Add Apache 2.0 license header to algo init
Add Apache 2.0 license header to base AI handler
Add Apache 2.0 license header to LangChain AI handler
Add Apache 2.0 license header to LiteLLM AI handler
Add Apache 2.0 license header to OpenAI AI handler
Add Apache 2.0 license header to CLI args
Add Apache 2.0 license header to file filter
Add Apache 2.0 license header to git patch processing
Add Apache 2.0 license header to language handler
Add Apache 2.0 license header to PR processing
Add Apache 2.0 license header to token handler
Add Apache 2.0 license header to types
Add Apache 2.0 license header to utils
Add Apache 2.0 license header to CLI entrypoint
Add Apache 2.0 license header to pip CLI
Add Apache 2.0 license header to git providers init
Add Apache 2.0 license header to Azure DevOps provider
Add Apache 2.0 license header to Bitbucket provider
Add Apache 2.0 license header to Bitbucket Server provider
Add Apache 2.0 license header to CodeCommit client
Add Apache 2.0 license header to CodeCommit provider
Add Apache 2.0 license header to Gerrit provider
Add Apache 2.0 license header to base git provider
Add Apache 2.0 license header to GitHub provider
Add Apache 2.0 license header to GitLab provider
Add Apache 2.0 license header to local git provider
Add Apache 2.0 license header to git provider utils
Add Apache 2.0 license header to identity providers init
Add Apache 2.0 license header to default identity provider
Add Apache 2.0 license header to identity provider base
Add Apache 2.0 license header to logging init
Add Apache 2.0 license header to secret providers init
Add Apache 2.0 license header to GCS secret provider
Add Apache 2.0 license header to secret provider base
Add Apache 2.0 license header to servers init
Add Apache 2.0 license header to Azure DevOps server webhook
Add Apache 2.0 license header to Bitbucket app server
Add Apache 2.0 license header to Bitbucket server webhook
Add Apache 2.0 license header to Gerrit server
Add Apache 2.0 license header to GitHub Action runner
Add Apache 2.0 license header to GitHub polling
Add Apache 2.0 license header to GitLab webhook
Add Apache 2.0 license header to Gunicorn config
Add Apache 2.0 license header to help message
Add Apache 2.0 license header to serverless entrypoint
Add Apache 2.0 license header to server utils
Add Apache 2.0 license header to tools init
Add Apache 2.0 license header to PR add docs tool
Add Apache 2.0 license header to code suggestions tool
Add Apache 2.0 license header to PR config tool
Add Apache 2.0 license header to PR description tool
Add Apache 2.0 license header to label generation tool
Add Apache 2.0 license header to help docs tool
Add Apache 2.0 license header to help message tool
Add Apache 2.0 license header to line questions tool
Add Apache 2.0 license header to questions tool
Add Apache 2.0 license header to reviewer tool
Add Apache 2.0 license header to similar issue tool
Add Apache 2.0 license header to changelog update tool
Add Apache 2.0 license header to compliance check tool
Add Apache 2.0 license header to setup script
Add Apache 2.0 license header to E2E utils
Add Apache 2.0 license header to Bitbucket app E2E test
Add Apache 2.0 license header to GitHub app E2E test
Add Apache 2.0 license header to GitLab webhook E2E test
Add Apache 2.0 license header to health test
Add Apache 2.0 license header to Azure DevOps parsing test
Add Apache 2.0 license header to Bitbucket provider test
Add Apache 2.0 license header to clip tokens test
Add Apache 2.0 license header to CodeCommit client test
Add Apache 2.0 license header to CodeCommit provider test
Add Apache 2.0 license header to markdown conversion test
Add Apache 2.0 license header to delete hunks test
Add Apache 2.0 license header to extend patch test
Add Apache 2.0 license header to fetching sub-issues test
Add Apache 2.0 license header to file filter test
Add Apache 2.0 license header to line number finding test
Add Apache 2.0 license header to fix output test
Add Apache 2.0 license header to GitHub Action output test
Add Apache 2.0 license header to patch deletions test
Add Apache 2.0 license header to language handler test
Add Apache 2.0 license header to YAML loading test
Add Apache 2.0 license header to code suggestion parsing test
Add Apache 2.0 license header to YAML fixing test
3 files
Add license header and allowed repos config
Enforce allowed repos and add issue event support
Add issue event handling and allowed repos config