File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ REPO_NAME=$(echo "$REPO" | cut -d'/' -f2)
4141
4242# Define the issue title and labels
4343ISSUE_TITLE=" Fuzzing Job Failure - $( date ' +%Y-%m-%d' ) "
44- FUZZING_LABEL =" area/testing"
44+ TESTING_LABEL =" area/testing"
4545FAILURE_LABEL=" kind/bug"
46- FUZZING_KIND_LABEL =" area/fuzzing"
46+ FUZZING_LABEL =" area/fuzzing"
4747LIFECYCLE_LABEL=" lifecycle/needs-review"
4848
4949# Search for existing open fuzzing failure issues
@@ -138,9 +138,9 @@ The fuzzing workflow failed during execution. Please check the workflow logs and
138138 if ISSUE_URL=$( gh issue create \
139139 --title " $ISSUE_TITLE " \
140140 --body " $ISSUE_BODY " \
141- --label " $FUZZING_LABEL " \
141+ --label " $TESTING_LABEL " \
142142 --label " $FAILURE_LABEL " \
143- --label " $FUZZING_KIND_LABEL " \
143+ --label " $FUZZING_LABEL " \
144144 --label " $LIFECYCLE_LABEL " \
145145 --repo " $REPO " ) ; then
146146 echo " ✅ Created new fuzzing failure issue: $ISSUE_URL "
You can’t perform that action at this time.
0 commit comments