Skip to content

Commit 089557f

Browse files
authored
Require a public workflow run URL for issues
1 parent e6689b4 commit 089557f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,9 @@ body:
3131
- self-hosted runner
3232
validations:
3333
required: true
34-
- type: textarea
35-
attributes:
36-
render: yaml
37-
label: The workflow code or a link to the workflow file
38-
validations:
39-
required: true
4034
- type: input
4135
attributes:
42-
label: Link to the log of a failed workflow job, or to a gist with the output
43-
validations:
44-
required: true
45-
- type: textarea
46-
attributes:
47-
render: shell
48-
label: The command and output of the failing step
36+
label: Link to the failed workflow job (must be a public workflow job, so the necessary information is available)
4937
validations:
5038
required: true
5139
- type: textarea

0 commit comments

Comments
 (0)