Skip to content

Commit 46f75fe

Browse files
committed
update
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 2945580 commit 46f75fe

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/report-fuzz-crash.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -102,28 +102,7 @@ jobs:
102102
## Step 3: Take Action
103103
104104
### If EXACT DUPLICATE (high confidence):
105-
Update or create a tracking comment to count occurrences:
106-
107-
1. First, check if there's already a tracking comment (look for a comment starting with "<!-- occurrences: ")
108-
2. If found, extract the count, increment it, and edit the comment
109-
3. If not found, create a new comment
110-
111-
Comment format:
112-
```markdown
113-
<!-- occurrences: N -->
114-
**Crash seen N time(s)**
115-
116-
Latest occurrence:
117-
- Crash file: $CRASH_FILE
118-
- Artifact: $ARTIFACT_URL
119-
- Branch: $BRANCH
120-
- Commit: $COMMIT
121-
```
122-
123-
Use:
124-
- `gh api repos/${{ github.repository }}/issues/ISSUE_NUM/comments` to list comments
125-
- `gh api repos/${{ github.repository }}/issues/comments/COMMENT_ID -X PATCH` to update
126-
- `gh issue comment ISSUE_NUM` to create new
105+
Do nothing - the issue already exists and is tracked. No need to add noise with duplicate comments.
127106
128107
### If LIKELY RELATED (same area/similar patterns):
129108
Add a detailed comment to the existing issue instead of creating a new one:
@@ -275,4 +254,4 @@ jobs:
275254
claude_args: |
276255
--model claude-sonnet-4-5-20250929
277256
--max-turns 25
278-
--allowedTools "Read,Write,Bash(gh issue list:*),Bash(gh issue view:*),Bash(gh issue create:*),Bash(gh issue comment:*),Bash(gh api:*),Bash(echo:*),Bash(cat:*),Bash(jq:*),Bash(grep:*),Bash(cargo +nightly fuzz run:*),Bash(RUST_BACKTRACE=* cargo +nightly fuzz run:*)"
257+
--allowedTools "Read,Write,Bash(gh issue list:*),Bash(gh issue view:*),Bash(gh issue create:*),Bash(gh issue comment:*),Bash(echo:*),Bash(cat:*),Bash(jq:*),Bash(grep:*),Bash(cargo +nightly fuzz run:*),Bash(RUST_BACKTRACE=* cargo +nightly fuzz run:*)"

0 commit comments

Comments
 (0)