Skip to content
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
29 changes: 16 additions & 13 deletions .github/workflows/auth-doctor-updater.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/auth-doctor-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tools:
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
network:
allowed:
- github
Expand Down
29 changes: 16 additions & 13 deletions .github/workflows/doc-maintainer.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/doc-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
if: needs.check_relevant_changes.outputs.has_changes == 'true' && needs.check_relevant_changes.outputs.skip_agent != 'true'
jobs:
check_relevant_changes:
Expand Down
82 changes: 42 additions & 40 deletions .github/workflows/model-api-mapping-updater.lock.yml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .github/workflows/model-api-mapping-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ permissions:
contents: read
pull-requests: read
issues: read
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
tools:
github:
mode: gh-proxy
toolsets: [repos]
bash: true
edit:
Expand Down
86 changes: 44 additions & 42 deletions .github/workflows/sbx-gvisor-doc-updater.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/sbx-gvisor-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
max-turns: 50
engine:
id: copilot
Expand Down Expand Up @@ -40,7 +41,6 @@ tools:
- "find*"
edit:
github:
mode: gh-proxy
toolsets: [pull_requests]
safe-outputs:
threat-detection:
Expand Down
82 changes: 42 additions & 40 deletions .github/workflows/schema-sync.lock.yml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .github/workflows/schema-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ permissions:
engine: copilot
strict: true
timeout-minutes: 20
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
network:
allowed:
- defaults
- node
- github
tools:
github:
mode: gh-proxy
toolsets: [default, pull_requests]
cache-memory: true
bash: ["*"]
Expand Down
29 changes: 16 additions & 13 deletions .github/workflows/self-hosted-runner-doctor-updater.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/self-hosted-runner-doctor-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tools:
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
network:
allowed:
- github
Expand Down
29 changes: 16 additions & 13 deletions .github/workflows/update-release-notes.lock.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/update-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
sandbox:
agent:
id: awf
runtime: cloud-hypervisor
tools:
github:
toolsets: [default]
Expand Down
Loading