From 64319ad90f72e3d67685c9d11ce808d7475c55db Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Wed, 21 Jun 2023 16:41:57 +0200 Subject: [PATCH] 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` --- .github/AUTO_ISSUE_TEMPLATE/README.md | 1 + .../nightly-build-fail.md | 0 .github/workflows/nightly-build.yml | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/AUTO_ISSUE_TEMPLATE/README.md rename .github/{ISSUE_TEMPLATE => AUTO_ISSUE_TEMPLATE}/nightly-build-fail.md (100%) diff --git a/.github/AUTO_ISSUE_TEMPLATE/README.md b/.github/AUTO_ISSUE_TEMPLATE/README.md new file mode 100644 index 0000000000..2d652488c8 --- /dev/null +++ b/.github/AUTO_ISSUE_TEMPLATE/README.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/nightly-build-fail.md b/.github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md similarity index 100% rename from .github/ISSUE_TEMPLATE/nightly-build-fail.md rename to .github/AUTO_ISSUE_TEMPLATE/nightly-build-fail.md diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index f462c20f3c..30ce068601 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -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