From 7a8cd86c4741c53dbda4be35a8a2a0acfdfe9b04 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 6 Apr 2022 20:59:52 -0700 Subject: [PATCH] Fix issue creation (#4343) --- .github/workflows/reusable-create-issue-for-failure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/reusable-create-issue-for-failure.yml b/.github/workflows/reusable-create-issue-for-failure.yml index 78a5ee9b00f..f28f22e6f80 100644 --- a/.github/workflows/reusable-create-issue-for-failure.yml +++ b/.github/workflows/reusable-create-issue-for-failure.yml @@ -21,6 +21,4 @@ jobs: gh issue create --title "$GITHUB_WORKFLOW #$GITHUB_RUN_NUMBER failed" \ --label bug \ - --label area:build \ - --label priority:p1 \ --body-file body.txt