Skip to content

Repo sync #26661

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

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,8 @@ The self-hosted runner connects to {% data variables.product.product_name %} to
Since the self-hosted runner opens a connection to {% data variables.location.product_location %}, you do not need to allow {% data variables.product.prodname_dotcom %} to make inbound connections to your self-hosted runner.
{% elsif ghes or ghae %}
Only an outbound connection from the runner to {% data variables.location.product_location %} is required. There is no need for an inbound connection from {% data variables.location.product_location %} to the runner.
{% ifversion ghes > 3.4%}
For caching to work, the runner must be able to communicate with the blob storage and directly download content from it.
{%- endif %}
{%- endif %}

{% ifversion ghes %}

Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '>=3.7'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/self-hosted-runner-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghae: '*'
ghec: '*'
ghes: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/self-hosted-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '>=3.8'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/workflow-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/workflow-runs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/actions/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ intro: >-
variables.product.prodname_actions %}.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/activity/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Events
intro: >-
Use the REST API to interact with {% data variables.product.prodname_dotcom %}
events.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/activity/feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Feeds
intro: >-
Use the REST API to interact with {% data variables.product.prodname_dotcom %}
feeds.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/activity/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Notifications
intro: >-
Use the REST API to manage {% data variables.product.product_name %}
notifications.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/activity/starring.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Starring
intro: Use the REST API to bookmark a repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/activity/watching.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Watching
intro: Use the REST API to subscribe to notifications for activity in a repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/announcement-banners/enterprises.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortTitle: Enterprise
intro: >-
The Enterprise Announcement Banners API allows you to get, set, and remove the
announcement banner for your enterprise.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghec: '*'
allowTitleToDifferFromFilename: true
autogenerated: rest
Expand Down
2 changes: 1 addition & 1 deletion content/rest/announcement-banners/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shortTitle: Organization
intro: >-
The Organization Announcement Banners API allows you to get, set, and remove
the announcement banner for your organization.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghec: '*'
ghes: '>=3.8'
allowTitleToDifferFromFilename: true
Expand Down
2 changes: 1 addition & 1 deletion content/rest/apps/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ intro: >-
variables.product.prodname_github_apps %}
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/apps/installations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intro: >-
within those installations.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/apps/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_marketplace %}
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
autogenerated: rest
Expand Down
2 changes: 1 addition & 1 deletion content/rest/apps/oauth-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_github_apps %}
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/apps/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro: >-
variables.product.prodname_oauth_apps %}
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/billing/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Billing
intro: Use the REST API to get billing information for an enterprise.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/branches/branch-protection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Protected branches
intro: Use the REST API to manage protected branches.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/branches/branches.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Branches
intro: Use the REST API to modify branches and their protection settings.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/checks/runs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Check Runs
intro: Use the REST API to manage check runs.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/checks/suites.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Check Suites
intro: Use the REST API to manage check suites.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/code-scanning/code-scanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Code Scanning
intro: >-
Use the REST API to retrieve and update {% data
variables.product.prodname_code_scanning %} alerts from a repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codes-of-conduct/codes-of-conduct.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Codes of conduct
intro: Use the REST API to get information about codes of conduct.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Codespaces
intro: >-
Use the REST API to manage {% data
variables.product.prodname_github_codespaces %}.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Codespaces machines
allowTitleToDifferFromFilename: true
shortTitle: Machines
intro: Use the REST API to manage availability of machine types for a codespace.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/organization-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shortTitle: Organization secrets
intro: >-
Use the REST API to manage your organization-level {% data
variables.product.prodname_codespaces %} secrets.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Codespaces organizations
allowTitleToDifferFromFilename: true
shortTitle: Organizations
intro: Use the REST API to manage your organization members codespaces.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/repository-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intro: >-
permissions: >-
Users with write access to a repository can manage {% data
variables.product.prodname_codespaces %} repository secrets.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/codespaces/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Codespaces user secrets
allowTitleToDifferFromFilename: true
shortTitle: User secrets
intro: Use the REST API manage secrets that the user has access to in a codespace.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
Expand Down
2 changes: 1 addition & 1 deletion content/rest/collaborators/collaborators.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Collaborators
intro: Use the REST API to manage collaborators for a repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/collaborators/invitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shortTitle: Invitations
intro: >-
Use the REST API to view and manage invitations to collaborate on a
repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/commits/comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Commit comments
intro: Use the REST API to interact with commit comments.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/commits/commits.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Commits
intro: Use the REST API to interact with commits.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/commits/statuses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Commit statuses
intro: Use the REST API to interact with commit statuses.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/dependabot/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shortTitle: Alerts
intro: >-
Use the REST API to interact with {% data
variables.product.prodname_dependabot %} alerts for a repository.
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '>=3.8'
Expand Down
2 changes: 1 addition & 1 deletion content/rest/dependabot/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ intro: >-
secrets for an organization or repository.
topics:
- API
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
Expand Down
Loading