Skip to content

Commit

Permalink
Require a public workflow run URL for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored Mar 20, 2023
1 parent e6689b4 commit 089557f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 089557f

Please sign in to comment.