Skip to content

Commit bd6e37a

Browse files
feat: add manual trigger support to fuzzer fix automation (#5323)
Signed-off-by: Joe Isaacs <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 5405737 commit bd6e37a

File tree

2 files changed

+283
-219
lines changed

2 files changed

+283
-219
lines changed

.github/workflows/fuzz.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
126126
gh_token: ${{ secrets.GITHUB_TOKEN }}
127127

128+
attempt-fix-io:
129+
name: "Attempt Fix for IO Fuzz Crash"
130+
needs: report-io-fuzz-failures
131+
if: needs.report-io-fuzz-failures.outputs.issue_number != ''
132+
uses: ./.github/workflows/fuzzer-fix-automation.yml
133+
with:
134+
issue_number: ${{ needs.report-io-fuzz-failures.outputs.issue_number }}
135+
secrets: inherit
128136

129137
ops_fuzz:
130138
name: "Array Operations Fuzz"

0 commit comments

Comments
 (0)