From ae008c6892e26119cb9bd76baff99d1828500d58 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 13 Oct 2021 21:45:55 -0700 Subject: [PATCH] Fix issue creation on build failure (#4376) --- .github/templates/workflow-failed.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/templates/workflow-failed.md b/.github/templates/workflow-failed.md index aaf02ddf3c..b5b412cf14 100644 --- a/.github/templates/workflow-failed.md +++ b/.github/templates/workflow-failed.md @@ -1,6 +1,5 @@ --- title: "{{ env.GITHUB_WORKFLOW }} #{{ env.GITHUB_RUN_NUMBER }} failed" -assignees: open-telemetry/java-instrumentation-maintainers labels: bug, area:build, priority:p1 ---