From 089557fc388a7f5ec55b7986b877a8a4ad7e0680 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 20 Mar 2023 16:52:53 +0100 Subject: [PATCH] Require a public workflow run URL for issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f590805a2..e6fdbf831 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,21 +31,9 @@ body: - self-hosted runner validations: required: true -- type: textarea - attributes: - render: yaml - label: The workflow code or a link to the workflow file - validations: - required: true - type: input attributes: - label: Link to the log of a failed workflow job, or to a gist with the output - validations: - required: true -- type: textarea - attributes: - render: shell - label: The command and output of the failing step + label: Link to the failed workflow job (must be a public workflow job, so the necessary information is available) validations: required: true - type: textarea