|
1 | | -name: 'Report Fuzz Failure' |
2 | | -description: 'Analyzes fuzzer crashes and creates or updates GitHub issues using Claude' |
| 1 | +name: "Report Fuzz Failure" |
| 2 | +description: "Analyzes fuzzer crashes and creates or updates GitHub issues using Claude" |
3 | 3 | inputs: |
4 | 4 | fuzz_target: |
5 | | - description: 'Name of the fuzz target (e.g., file_io, array_ops)' |
| 5 | + description: "Name of the fuzz target (e.g., file_io, array_ops)" |
6 | 6 | required: true |
7 | 7 | crash_file: |
8 | | - description: 'Name of the crash file' |
| 8 | + description: "Name of the crash file" |
9 | 9 | required: true |
10 | 10 | artifact_url: |
11 | | - description: 'URL to the crash artifact' |
| 11 | + description: "URL to the crash artifact" |
12 | 12 | required: true |
13 | 13 | artifact_name: |
14 | | - description: 'Name of the artifact (e.g., io-fuzzing-crash-artifacts)' |
| 14 | + description: "Name of the artifact (e.g., io-fuzzing-crash-artifacts)" |
15 | 15 | required: true |
16 | 16 | logs_artifact_name: |
17 | | - description: 'Name of the logs artifact' |
| 17 | + description: "Name of the logs artifact" |
18 | 18 | required: true |
19 | 19 | branch: |
20 | | - description: 'Branch name' |
| 20 | + description: "Branch name" |
21 | 21 | required: true |
22 | 22 | commit: |
23 | | - description: 'Commit SHA' |
| 23 | + description: "Commit SHA" |
24 | 24 | required: true |
25 | 25 | claude_code_oauth_token: |
26 | | - description: 'Claude Code OAuth token' |
| 26 | + description: "Claude Code OAuth token" |
27 | 27 | required: true |
28 | 28 | github_token: |
29 | | - description: 'GitHub token' |
| 29 | + description: "GitHub token" |
30 | 30 | required: true |
31 | 31 |
|
32 | 32 | runs: |
33 | | - using: 'composite' |
| 33 | + using: "composite" |
34 | 34 | steps: |
35 | 35 | - name: Checkout repository |
36 | 36 | uses: actions/checkout@v5 |
|
0 commit comments