Skip to content

Commit f4a5240

Browse files
authored
feat: expose report-failure-as-issue as workflow_call input (#1397)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 3467744 commit f4a5240

175 files changed

Lines changed: 782 additions & 133 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/gh-aw-agent-suggestions.lock.yml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-aw-agent-suggestions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ on:
5151
type: string
5252
required: false
5353
default: "[agent-suggestions]"
54+
report-failure-as-issue:
55+
description: "When true, agent failures are reported as GitHub issues"
56+
type: boolean
57+
required: false
58+
default: true
5459
roles: [admin, maintainer, write]
5560
bots:
5661
- "${{ inputs.allowed-bot-users }}"

.github/workflows/gh-aw-autonomy-atomicity-analyzer.lock.yml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-aw-autonomy-atomicity-analyzer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ on:
5151
type: string
5252
required: false
5353
default: "[autonomy-atomicity]"
54+
report-failure-as-issue:
55+
description: "When true, agent failures are reported as GitHub issues"
56+
type: boolean
57+
required: false
58+
default: true
5459
roles: [admin, maintainer, write]
5560
bots:
5661
- "${{ inputs.allowed-bot-users }}"

.github/workflows/gh-aw-branch-actions-detective.lock.yml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-aw-branch-actions-detective.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ on:
4848
type: string
4949
required: false
5050
default: "[branch-actions-detective]"
51+
report-failure-as-issue:
52+
description: "When true, agent failures are reported as GitHub issues"
53+
type: boolean
54+
required: false
55+
default: true
5156
roles: [admin, maintainer, write]
5257
bots:
5358
- "${{ inputs.allowed-bot-users }}"

0 commit comments

Comments
 (0)