diff --git a/docs/src/content/docs/agent-factory-status.mdx b/docs/src/content/docs/agent-factory-status.mdx index 737c5d5c234..8808ec768d9 100644 --- a/docs/src/content/docs/agent-factory-status.mdx +++ b/docs/src/content/docs/agent-factory-status.mdx @@ -68,6 +68,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn, | [DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/deep-report.md) | codex | [![DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml) | `0 15 * * 1-5` | - | | [Delight](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/delight.md) | copilot | [![Delight](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml) | - | - | | [Dependabot Bundler](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-bundler.md) | copilot | [![Dependabot Bundler](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml) | - | - | +| [Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-burner.md) | copilot | [![Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml) | - | - | | [Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-go-checker.md) | copilot | [![Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml) | `0 9 * * 1,3,5` | - | | [Dev](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev.md) | copilot | [![Dev](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml) | - | - | | [Dev Hawk](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev-hawk.md) | copilot | [![Dev Hawk](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml) | - | - | diff --git a/docs/src/content/docs/reference/engines.md b/docs/src/content/docs/reference/engines.md index 315f7565529..a5ab604eaf1 100644 --- a/docs/src/content/docs/reference/engines.md +++ b/docs/src/content/docs/reference/engines.md @@ -37,6 +37,9 @@ Configuration options: `model` (gpt-5 or claude-sonnet-4), `version` (CLI versio Create a fine-grained PAT at . Select your user account (not an organization), choose "Public repositories" access, and enable "Copilot Requests" permissions. Then add it to your repository: +> [!NOTE] +> You should leave "Public repositories" enabled; otherwise, you will not have access to the Copilot Requests permission option. + ```bash wrap gh aw secrets set COPILOT_GITHUB_TOKEN --value "" ``` diff --git a/docs/src/content/docs/reference/tokens.md b/docs/src/content/docs/reference/tokens.md index b4b0a5d2d02..02a3ac8f318 100644 --- a/docs/src/content/docs/reference/tokens.md +++ b/docs/src/content/docs/reference/tokens.md @@ -279,6 +279,7 @@ The required token type depends on whether you own the repository or an organiza 1. Create a [fine-grained PAT](https://github.com/settings/personal-access-tokens/new) with: - **Resource owner**: Your user account - **Repository access**: "Public repositories" or select specific repos + - **Note**: You should leave "Public repositories" enabled; otherwise, you will not have access to the Copilot Requests permission option. - **Permissions**: - Copilot Requests: Read-only (required)