We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bac73 commit 6436858Copy full SHA for 6436858
1 file changed
dev/notify-fuzzing-failure.sh
@@ -43,15 +43,15 @@ REPO_NAME=$(echo "$REPO" | cut -d'/' -f2)
43
ISSUE_TITLE="Fuzzing Job Failure - $(date '+%Y-%m-%d')"
44
FUZZING_LABEL="area/testing"
45
FAILURE_LABEL="kind/bug"
46
-FUZZING_KIND_LABEL="kind/fuzzing"
+FUZZING_KIND_LABEL="area/fuzzing"
47
LIFECYCLE_LABEL="lifecycle/needs-review"
48
49
# Search for existing open fuzzing failure issues
50
echo "Searching for existing open fuzzing failure issues..."
51
EXISTING_ISSUES=$(gh api graphql -f query='
52
query($owner: String!, $repo: String!) {
53
repository(owner: $owner, name: $repo) {
54
- issues(first: 10, states: OPEN, labels: ["kind/fuzzing"]) {
+ issues(first: 10, states: OPEN, labels: ["area/fuzzing"]) {
55
totalCount
56
nodes {
57
number
0 commit comments