> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/devops/github/backup/protected-resources.md).

# Protected resources

**GitHub protected resources define which repositories and data Xopero ONE can access, secure, and restore.**

***

## Backup coverage

The following list includes all **GitHub** resources covered by backup.

{% hint style="danger" %}
**Support for backing up projects (classic) has been removed.** It is now available only for restoring previously backed-up projects (classic). When restored, projects (classic) are automatically converted to projects v2. Protected metadata for projects (classic) includes cards, issues assigned to cards, pull requests assigned to cards, columns, and notes.
{% endhint %}

{% hint style="info" %}
The list is presented in alphabetical order.
{% endhint %}

<details>

<summary>ACTIONS AND PIPELINES</summary>

* [x] Workflows

</details>

<details>

<summary>BRANCH PROTECTION RULES</summary>

* [x] Allow deletions
* [x] Allow force pushes
* [x] Branch name pattern
* [x] Lock branch
* [x] Require a pull request before merging
* [x] Require conversation resolution before merging
* [x] Require linear history
* [x] Require signed commits
* [x] Require status checks to pass before merging

</details>

<details>

<summary>COLLABORATORS</summary>

* [x] Direct collaborators
* [x] Outside collaborators
* [x] Roles

</details>

<details>

<summary>DEPENDABOT</summary>

* [x] Dependabot alerts
* [x] Dependency graph
* [x] Dependabot security updates

</details>

<details>

<summary>ISSUES</summary>

* [x] Assignees
* [x] Closed issues
* [x] Creation date
* [x] Creator
* [x] Issue assets
* [x] Issue comments
* [x] Issue description
* [x] Issue types
* [x] Labels assigned
* [x] Milestones assigned
* [x] Open issues
* [x] Projects assigned
* [x] Sub-issues

</details>

<details>

<summary>LABELS</summary>

* [x] Assigned issues
* [x] Assigned pull requests
* [x] Color
* [x] Description
* [x] Name

</details>

<details>

<summary>MILESTONES</summary>

* [x] Assigned issues
* [x] Assigned pull requests
* [x] Closed milestones
* [x] Description
* [x] Due date
* [x] Open milestones
* [x] Title

</details>

<details>

<summary>PROJECTS (V2)</summary>

* [x] Custom date column
* [x] Custom iteration column
* [x] Custom number column
* [x] Custom single select column
* [x] Custom text column
* [x] Description
* [x] Draft issues in project
* [x] Issues in project&#x20;
* [x] Labels column
* [x] Linked pull requests column
* [x] Milestone column
* [x] Pull requests in project
* [x] Readme
* [x] Repository column
* [x] Reviewers column
* [x] State
* [x] Status column
* [x] Status updates

</details>

<details>

<summary>PULL REQUESTS</summary>

* [x] Assignees
* [x] Closed pull requests
* [x] Comments
* [x] Commits
* [x] Creation date
* [x] Creator
* [x] Description
* [x] Labels
* [x] Merged pull requests
* [x] Milestones
* [x] Open pull requests

</details>

<details>

<summary>REPOSITORY</summary>

* [x] Branches
* [x] Commits
  * [x] Commit comments
  * [x] Commit creator
  * [x] Commit message
  * [x] Commit text
* [x] General settings
  * [x] Allow merge commits
  * [x] Allow rebase merging
  * [x] Allow squash merging
  * [x] Automatically delete head branches
  * [x] Default branch&#x20;
  * [x] Default merge commits message&#x20;
  * [x] Default squash merging message
  * [x] Template repository
* [x] Homepage
* [x] LFS
* [x] Logs
* [x] Objects
* [x] Refs
* [x] Repository
* [x] Repository description
* [x] Repository name
* [x] Settings
  * [x] Deploy keys
* [x] Tags
* [x] Webhooks
* [x] Wiki

</details>

<details>

<summary>TEAMS</summary>

* [x] Description
* [x] Members
* [x] Member roles
* [x] Name
* [x] Parent team
* [x] Permissions to repository
* [x] Team notifications
* [x] Visibility

</details>

<details>

<summary>RELEASES</summary>

* [x] Assets
* [x] Description
* [x] Releases
* [x] Set as a pre-release
* [x] Set as the latest release
* [x] Tags

</details>


---

# 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:

```
GET https://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/devops/github/backup/protected-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
