mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Move the nightly issue template to a hidden place (#9495)
# Description The issue template to report a build failure in our nightly-build CI was also appearing among the options for a user to pick from. Moved over to a separate folder `.github/AUTO_ISSUE_TEMPLATE`
This commit is contained in:
parent
88fdf45a24
commit
64319ad90f
1
.github/AUTO_ISSUE_TEMPLATE/README.md
vendored
Normal file
1
.github/AUTO_ISSUE_TEMPLATE/README.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
This directory is intended for templates to automatically create issues with the [create-an-issue](https://github.com/JasonEtco/create-an-issue) action.
|
2
.github/workflows/nightly-build.yml
vendored
2
.github/workflows/nightly-build.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
||||
with:
|
||||
update_existing: true
|
||||
search_existing: open
|
||||
filename: .github/ISSUE_TEMPLATE/nightly-build-fail.md
|
||||
filename: .github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md
|
||||
|
||||
- name: Set Outputs of Short SHA
|
||||
id: vars
|
||||
|
Loading…
Reference in New Issue
Block a user