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
251 changes: 126 additions & 125 deletions pkg/cli/workflows/example-blocked-domains.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion pkg/cli/workflows/example-campaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
permissions:
contents: read
actions: read
issues: write
issues: read
tracker-id: example-fingerprint-2024
safe-outputs:
create-issue:
title-prefix: "[Example] "
labels: [example, automated]
features:
dangerous-permissions-write: true
---

# Example Fingerprint Workflow
Expand Down
5 changes: 5 additions & 0 deletions pkg/cli/workflows/shared/jqschema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# jqschema utility

This is a placeholder for the jqschema utility import.

The jqschema.sh script should be used to extract JSON structure and type information.
9 changes: 9 additions & 0 deletions pkg/cli/workflows/shared/mcp/svelte.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Svelte MCP Server Configuration

This is a placeholder for Svelte MCP server configuration.

The Svelte MCP server provides tools for:
- Listing Svelte documentation sections
- Retrieving documentation
- Analyzing components with svelte-autofixer
- Generating playground links
5 changes: 5 additions & 0 deletions pkg/cli/workflows/shared/secret-redaction-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Secret Redaction Test

This is a placeholder for secret redaction test steps.

The workflow will search for and replace the pattern "password123" with "REDACTED" in all files under /tmp/gh-aw/.
7 changes: 4 additions & 3 deletions pkg/cli/workflows/test-assign-to-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ on:

permissions:
actions: write
contents: write
issues: write
contents: read
issues: read

engine: copilot
timeout-minutes: 5

safe-outputs:
assign-to-user:
max: 5
strict: false
features:
dangerous-permissions-write: true
---

# Assign to User Test Workflow
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-claude-add-issue-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: claude
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-claude-add-issue-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: claude
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-claude-create-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: claude
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
pull-requests: write
pull-requests: read
engine: claude
---

Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-claude-create-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
pull-requests: write
contents: write
pull-requests: read
contents: read
engine: claude
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
permissions:
security-events: write
engine: claude
features:
dangerous-permissions-write: true
---

# Test Claude Create Repository Security Advisory
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-claude-max-patch-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: claude
safe-outputs:
max-patch-size: 512 # Limit patches to 512 KB for testing
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-claude-mcps-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issues
permissions:
contents: read
issues: write
issues: read
engine: claude
mcp-servers:
# New direct field format - stdio with command
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-claude-noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
permissions:
contents: read
actions: read
issues: write
pull-requests: write
issues: read
pull-requests: read
engine: claude
safe-outputs:
noop:
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-claude-patch-size-exceeded.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: claude
safe-outputs:
max-patch-size: 1 # Very small limit (1 KB) to test failure case
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: claude
tools:
playwright:
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-claude-push-to-pull-request-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: claude
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-claude-update-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: claude
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-codex-add-issue-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: codex
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-codex-add-issue-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: codex
---

Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-codex-noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
permissions:
contents: read
actions: read
issues: write
pull-requests: write
issues: read
pull-requests: read
engine: codex
safe-outputs:
noop:
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-add-issue-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: copilot
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-add-issue-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: copilot
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-create-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: copilot
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
pull-requests: write
pull-requests: read
engine: copilot
---

Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-copilot-create-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
pull-requests: write
contents: write
pull-requests: read
contents: read
engine: copilot
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
permissions:
security-events: write
engine: copilot
features:
dangerous-permissions-write: true
---

# Test Copilot Create Repository Security Advisory
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issues
permissions:
contents: read
issues: write
issues: read
engine: copilot
---

Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-copilot-max-patch-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: copilot
safe-outputs:
max-patch-size: 512 # Limit patches to 512 KB for testing
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-mcps-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issues
permissions:
contents: read
issues: write
issues: read
engine: copilot
mcp-servers:
# New direct field format - stdio with command
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-copilot-noop.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
permissions:
contents: read
actions: read
issues: write
pull-requests: write
issues: read
pull-requests: read
engine: copilot
safe-outputs:
noop:
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-copilot-patch-size-exceeded.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: copilot
safe-outputs:
max-patch-size: 1 # Very small limit (1 KB) to test failure case
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/workflows/test-copilot-push-to-pull-request-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
contents: read
pull-requests: read
engine: copilot
---

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-copilot-update-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
permissions:
issues: write
issues: read
engine: copilot
---

Expand Down
1 change: 1 addition & 0 deletions pkg/cli/workflows/test-jqschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:
permissions:
contents: read
strict: false
engine: copilot
timeout-minutes: 5
imports:
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-mcp-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on: issues
permissions:
contents: read
issues: write
issues: read
engine: copilot

imports:
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/workflows/test-secret-masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
contents: read
issues: read
pull-requests: read
strict: false
engine: copilot
imports:
- shared/secret-redaction-test.md
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/workflows/test-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
contents: read
issues: read
pull-requests: read
strict: false
engine: copilot
timeout-minutes: 5
imports:
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-template-issue-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened]
permissions:
contents: read
issues: write
issues: read
engine:
id: copilot
tools:
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/workflows/test-template-pr-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
pull-requests: read
engine:
id: claude
tools:
Expand Down
Loading