Skip to content

Commit 6436858

Browse files
Copilotjsturtevant
andcommitted
Update fuzzing label from kind/fuzzing to area/fuzzing
Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
1 parent f3bac73 commit 6436858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/notify-fuzzing-failure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ REPO_NAME=$(echo "$REPO" | cut -d'/' -f2)
4343
ISSUE_TITLE="Fuzzing Job Failure - $(date '+%Y-%m-%d')"
4444
FUZZING_LABEL="area/testing"
4545
FAILURE_LABEL="kind/bug"
46-
FUZZING_KIND_LABEL="kind/fuzzing"
46+
FUZZING_KIND_LABEL="area/fuzzing"
4747
LIFECYCLE_LABEL="lifecycle/needs-review"
4848

4949
# Search for existing open fuzzing failure issues
5050
echo "Searching for existing open fuzzing failure issues..."
5151
EXISTING_ISSUES=$(gh api graphql -f query='
5252
query($owner: String!, $repo: String!) {
5353
repository(owner: $owner, name: $repo) {
54-
issues(first: 10, states: OPEN, labels: ["kind/fuzzing"]) {
54+
issues(first: 10, states: OPEN, labels: ["area/fuzzing"]) {
5555
totalCount
5656
nodes {
5757
number

0 commit comments

Comments
 (0)