> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/project-managers/add-github-repositories-to-cla-monitoring-or-remove-them-from-cla-monitoring.md).

# Add GitHub Repositories to CLA Monitoring or Remove Them From CLA Monitoring

As a project manager, you can add GitHub repositories to CLA monitoring or remove them from CLA monitoring.

**To add or remove Github Repo:**

1\. [Sign in](/lfx/easycla/v1-deprecated/project-managers/sign-in-to-the-easycla-management-console.md) to the CLA management console.

2.Click a **project** of interest.

3\. In the GitHub Repositories pane, click **CONFIGURE GITHUB REPOSITORIES**.

The Configure GitHub Repositories dialog appears and lists the GitHub repositories that are available for your organization.

![CLA Configure GitHub Repositories](/files/-M6co2sMohYZpLjj4o0t)

4\. For the repository that you want to configure, click an option:

* **ADD** adds the repository to the CLA group and to CLA monitoring. After you add a repository, the REMOVE option becomes available next to the repository.
* **REMOVE** disables CLA enforcement on the repository. After you remove a repository, the ADD option appears next to the repository.
* **REMOVE** removes the repository from the CLA group and CLA monitoring. After you remove a repository, the ADD option appears next to the repository.
* **DISABLED** indicates that the repository has been configured for another CLA group and thus cannot be configured for the selected CLA group.
* **ADD ALL REPOS** adds all repositories for the corresponding GitHub Organization to CLA enforcement. After you add the repositories the REMOVE option appears next to each repository.

5\. Click **CLOSE**.

The CLA Management Console appears. Repositories shows a checkmark next to each repository that EasyCLA will monitor for the organization and the CLA group.

![CLA GitHub Repositories](/files/-M6coD-ORoggJT-IFFct)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/easycla/v1-deprecated/project-managers/add-github-repositories-to-cla-monitoring-or-remove-them-from-cla-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
