> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_IsEligibleFor

> Repository is within the repository-access scope of this runner group

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Traversable: ❌

| Start                                                              | Kind              | End                                                                        |
| ------------------------------------------------------------------ | ----------------- | -------------------------------------------------------------------------- |
| [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository) | GH\_IsEligibleFor | [GH\_OrgRunnerGroup](/opengraph/extensions/github/nodes/gh_orgrunnergroup) |

```mermaid theme={null}
flowchart LR
    GH_OrgRunnerGroup["GH_OrgRunnerGroup"]
    GH_Repository["GH_Repository"]
    GH_Repository -- GH_IsEligibleFor --> GH_OrgRunnerGroup
```

## General Information

The non-traversable GH\_IsEligibleFor edge represents that a repository is within the repository-access scope of an organization runner group.

For runner groups, this edge evaluates the group's `visibility`, selected repository assignments, and `allows_public_repositories` setting. It does not prove that workflows in the repository can dispatch to the group's runners, because GitHub Actions may be disabled for the repository or the runner group may be restricted to selected workflows.

## Edge Schema

| Source                                                             | Destination                                                                | Traversable |
| ------------------------------------------------------------------ | -------------------------------------------------------------------------- | ----------- |
| [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository) | [GH\_OrgRunnerGroup](/opengraph/extensions/github/nodes/gh_orgrunnergroup) | `false`     |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_Repository"]
    n1["GH_OrgRunnerGroup"]
    n0 -.->|GH_IsEligibleFor| n1
```
