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:
Stefan Holderbach 2023-06-21 16:41:57 +02:00 committed by GitHub
parent 88fdf45a24
commit 64319ad90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

1
.github/AUTO_ISSUE_TEMPLATE/README.md vendored Normal file
View 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.

View File

@ -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