Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7ee8b79
Fix redirect link in account.md to use canonical path (#61136)
Copilot May 11, 2026
fce496a
Update OpenAPI Description (#61144)
docs-bot May 11, 2026
730075d
Update audit log event data (#61115)
docs-bot May 11, 2026
b368f75
Update llms.txt config and generated docs output (#61140)
docs-bot May 11, 2026
41c5085
Add ticket priorities for GitHub Copilot (#61122)
RobotKrabs May 11, 2026
a93dc7a
MCP registry policies work for Copilot CLI (#60714)
isaacmbrown May 11, 2026
3aa6bda
Remove hardcoded next steps for AI governance (#61106)
isaacmbrown May 11, 2026
c328895
Clarify credential revocation REST API limitation for data residency …
Copilot May 11, 2026
29b6f4b
Billing docs: Make supported payment methods into a comprehensive ref…
sophietheking May 11, 2026
21f355e
Add `code-quality` permission to Actions docs (#61109)
jkbschmid May 11, 2026
6b75f4b
Clarify that Codespaces included usage resets at start of each billin…
holly-kassel May 11, 2026
11d5b14
Add troubleshooting section for GHEC Classic SCIM 'verified email add…
stacycarter May 11, 2026
6ad66c9
Agent management concepts (#60946)
jclement136 May 11, 2026
26c8431
Merge pull request #44229 from github/repo-sync
docs-bot May 11, 2026
b7e0dcb
🧭 Add agent instructions to [Search Scraping Failures] issues (#61157)
heiskr May 11, 2026
c6bff09
Add Copilot code review merge metrics to usage metrics reference (#61…
sophietheking May 11, 2026
455609a
Add GPT-5.5 and GPT-5.4 mini model card links to model comparison tab…
Copilot May 11, 2026
85914e4
Update VS Code minimum versions for recent Copilot models (#61131)
Copilot May 11, 2026
d0b2b5f
Update Copilot model release status for deprecated OpenAI entries (#6…
Copilot May 11, 2026
313608f
Merge pull request #44233 from github/repo-sync
docs-bot May 11, 2026
da5f09f
Changelog agentic workflow bugfix (#61154)
sarahs May 11, 2026
d549bd9
fix: use duck-typing in octoSecondaryRatelimitRetry to fix instanceof…
docs-bot May 11, 2026
c552ebe
Merge pull request #44238 from github/repo-sync
docs-bot May 11, 2026
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
36 changes: 17 additions & 19 deletions .github/workflows/changelog-agent.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .github/workflows/changelog-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ on:
DOCS_BOT_PAT: ${{ secrets.DOCS_BOT_PAT_BASE }}
with:
script: |
// Default octokit uses github.token for in-repo (docs-internal) calls
const octokit = github;
// octokit (provided by github-script) uses github.token for in-repo (docs-internal) calls
// Cross-repo octokit uses DOCS_BOT_PAT for docs-content and GraphQL calls
const crossRepoOctokit = github.getOctokit(process.env.DOCS_BOT_PAT);

Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/index-general-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,36 @@ jobs:
**Workflow file:** $FILE_URL

This issue was automatically created by the \`$WORKFLOW_NAME\` workflow.

---

## Instructions for the issue analysis agent

These scraping failures are **almost never timeouts**. They are
almost always caused by Liquid/Markdown corruptions in the
translated source that make the page fail to render. Please do not
file this as a transient/timeout issue.

To investigate:

1. Pull the translation repos locally:
\`\`\`
npm run clone-translations
\`\`\`
2. Identify the specific corruptions with the canonical reporter
(verify the exact script name in \`package.json\` before running):
\`\`\`
npm run count-translation-corruptions
\`\`\`
The script writes a structured JSON report to stdout listing each
corrupted file, its location, the error message, and the
offending/illegal tag token when available.
3. **Open a pull request that fixes the corruptions** rather than
just commenting the findings on this issue. The issue body above
already lists the affected pages; the value the agent adds is
the fix. Where possible, fix the underlying pattern in
\`src/languages/lib/correct-translation-content.ts\` so the same
corruption is corrected on future syncs.
EOF
)
gh issue create \
Expand Down
4 changes: 2 additions & 2 deletions content/account-and-profile/concepts/personal-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To hide parts of your profile page, you can make your profile private. This also

After making your profile private, you can still view all your information when you visit your own profile.

For more information, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private).
For more information, see [AUTOTITLE](/account-and-profile/how-tos/profile-customization/setting-your-profile-to-private).

### Differences between private and public profiles

Expand Down Expand Up @@ -91,5 +91,5 @@ You can control the visibility of specific profile elements or set your entire p
## Next steps

* For a general tutorial on personalizing your profile, see [AUTOTITLE](/account-and-profile/tutorials/personalize-your-profile).
* For more specific profile customization, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-github-profile).
* For more specific profile customization, see [AUTOTITLE](/account-and-profile/how-tos).
* For reference information, see [AUTOTITLE](/account-and-profile/reference/profile-reference).
4 changes: 2 additions & 2 deletions content/account-and-profile/get-started/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ If you're a member of an {% data variables.enterprise.prodname_emu_enterprise %}

## Next steps

* For conceptual information about accounts, see [AUTOTITLE](/account-and-profile/concepts/personal-account-management).
* For conceptual information about accounts, see [AUTOTITLE](/account-and-profile/concepts/account-management).
* For information about managing your account, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github).
* For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).
{%- ifversion ghec %}
* For information about {% data variables.enterprise.prodname_managed_users %}, see [AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users).
* For information about managing multiple accounts, see [AUTOTITLE](/account-and-profile/concepts/personal-account-management#about-management-of-multiple-accounts).
* For information about managing multiple accounts, see [AUTOTITLE](/account-and-profile/concepts/account-management#about-management-of-multiple-accounts).
{%- endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ category:

## Prerequisites

Before you view contributions on your profile, you should understand what counts as a contribution, and what other information your profile displays. See [AUTOTITLE](/account-and-profile/concepts/contributions-visible-on-your-profile).
Before you view contributions on your profile, you should understand what counts as a contribution, and what other information your profile displays. See [AUTOTITLE](/account-and-profile/concepts/contributions-on-your-profile).

## Viewing contributions in a specific time range

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ category:

## Next steps

* For more information about private profiles, see [AUTOTITLE](/account-and-profile/concepts/about-your-profile#private-profiles).
* For more information about private profiles, see [AUTOTITLE](/account-and-profile/concepts/personal-profile#private-profiles).
* For reference information, see [AUTOTITLE](/account-and-profile/reference/profile-reference#limitations-of-private-profiles).
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ Repository permissions work for both user and organization resource owners.
| `artifact_metadata` | Artifact Metadata | `read`, `write` |
| {% endif %} |
| `attestations` | Attestations | `read`, `write` |
| {% ifversion code-quality %} |
| `code_quality` | Code quality | `read`, `write` |
| {% endif %} |
| `security_events` | Code scanning alerts | `read`, `write` |
| `codespaces` | Codespaces | `read`, `write` |
| `codespaces_lifecycle_admin` | Codespaces lifecycle admin | `read`, `write` |
Expand Down
5 changes: 5 additions & 0 deletions content/billing/concepts/product-billing/github-codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ In addition, any prebuilt codespaces are generated using actions minutes, see [A

The compute time for a codespace is the length of time for which that codespace is active. Total use of compute time for each processor type is calculated by summing the time used by all codespaces billable to a particular account. These totals are reported to the billing service every hour, and are billed monthly.

* **Compute time:** Your included compute hours reset to the full amount at the start of each billing cycle. Compute usage is charged to the account that owns the codespace.
* **Storage:** Storage charges accumulate throughout the month based on hourly usage. Your accrued storage charges reset to zero at the start of each billing cycle.

For more information about billing cycles, see [AUTOTITLE](/billing/concepts/billing-cycles).

### Storage volume for codespaces

Storage is a time-based measurement of the amount of storage used in GB-hours. The storage measured for codespaces includes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ category:
- Set up payment
---

The payment methods available depend on your account type. Enterprise and organization accounts have more payment options than personal accounts. Invoiced enterprise accounts make their payments using other methods. For more information, see [AUTOTITLE](/billing/reference/supported-payment-methods).
The payment methods available depend on your account type. Enterprise and organization accounts have more payment options than personal accounts. Invoiced enterprise accounts make their payments using other methods. For more information, see [AUTOTITLE](/billing/reference/payment-methods).

## Managing payment information

Expand Down
2 changes: 1 addition & 1 deletion content/billing/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ children:
- /product-and-sku-names
- /product-usage-included
- /roles-for-visual-studio
- /supported-payment-methods
- /payment-methods
contentType: reference
---
41 changes: 41 additions & 0 deletions content/billing/reference/payment-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Payment methods
shortTitle: Payment methods
intro: 'Reference information for supported payment methods for {% data variables.product.github %}.'
versions:
fpt: '*'
ghec: '*'
ghes: '*'
contentType: reference
category:
- Set up payment
redirect_from:
- /billing/reference/supported-payment-methods
---

The payment methods available to you depend on your account type and the products you use.

## Self-serve accounts

Self-serve accounts can use the following payment methods:

* Credit card
* PayPal
* Azure Subscription ID (not personal accounts)

## Invoiced accounts

Invoiced accounts can use different payment methods for volume-licensed products (such as {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_GH_advanced_security %}) and metered products (such as {% data variables.product.prodname_github_codespaces %}). You can combine payment methods for different product types. For example, you can use invoice for volume products and Azure Subscription ID for metered products.

| Payment method | Volume products | Metered products |
|---|---|---|
| Credit card | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
| PayPal | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
| Azure Subscription ID | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |
| Invoice | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
| Prepaid credits | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
| Purchase order | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
| ACH | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} |

> [!NOTE]
> For purchase orders, contact [{% data variables.product.github %}'s Sales team](https://github.com/enterprise/contact?scid=&utm_campaign=2023q3-site-ww-PremiumSupport&utm_content=Premium+Support&utm_medium=referral&utm_source=github).
Loading