mirror of
https://github.com/nushell/nushell
synced 2025-01-12 21:29:07 +00: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
3 changed files with 2 additions and 1 deletions
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 a new issue