Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/agent-deep-dive.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/agent-efficiency.lock.yml

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

45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-create-pr-from-issue.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-create-pr-from-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gh-aw-fragments/safe-output-create-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ safe-outputs:
create-pull-request:
patch-format: bundle
draft: ${{ inputs.draft-prs }}
allowed-files:
- ${{ inputs.create-pr-allowed-files }}
github-token-for-extra-empty-commit: ${{ secrets.EXTRA_COMMIT_GITHUB_TOKEN }}
---

Expand All @@ -139,3 +141,4 @@ Before calling `create_pull_request`, call `ready_to_make_pr` and apply its chec
- **Committed changes required**: You must have locally committed changes before creating a PR.
- **Base branch**: The PR targets the repository's default branch.
- **Max per run**: Typically 1 PR creation per workflow run.
- **Allowed files**: When `create-pr-allowed-files` is set, only files matching the specified glob pattern can be modified. When unset, the default gh-aw behavior applies: only the `protected-files` policy restricts changes, and all other files are permitted.
45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-issue-fixer.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-issue-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-mention-in-issue-by-id.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-mention-in-issue-by-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-mention-in-issue-no-sandbox.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-mention-in-issue-no-sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-mention-in-issue.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-mention-in-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
45 changes: 27 additions & 18 deletions .github/workflows/gh-aw-release-update.lock.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-release-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ on:
type: boolean
required: false
default: true
create-pr-allowed-files:
description: "Glob pattern restricting which files the agent may modify in the PR (e.g. `src/**`); leave empty to rely on the default protected-files policy only"
type: string
required: false
default: ""
report-failure-as-issue:
description: "When true, agent failures are reported as GitHub issues"
type: boolean
Expand Down
Loading