File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The scheduled fuzzing job has failed again. Please check the workflow logs and a
100100- [ ] Fix the underlying issue causing the fuzzing failures"
101101
102102 # Add comment to the existing issue
103- if gh issue comment " $ISSUE_NUMBER " --body " $COMMENT_BODY " ; then
103+ if gh issue comment " $ISSUE_NUMBER " --body " $COMMENT_BODY " --repo " $REPO " ; then
104104 echo " ✅ Added comment to existing issue #$ISSUE_NUMBER : $ISSUE_URL "
105105 else
106106 echo " ❌ Failed to add comment to existing issue. Creating new issue instead."
@@ -144,7 +144,8 @@ The fuzzing workflow failed during execution. Please check the workflow logs and
144144 --body " $ISSUE_BODY " \
145145 --label " $FUZZING_LABEL " \
146146 --label " $FAILURE_LABEL " \
147- --label " $LIFECYCLE_LABEL " ) ; then
147+ --label " $LIFECYCLE_LABEL " \
148+ --repo " $REPO " ) ; then
148149 echo " ✅ Created new fuzzing failure issue: $ISSUE_URL "
149150 else
150151 echo " ❌ Failed to create new fuzzing failure issue"
You can’t perform that action at this time.
0 commit comments