Skip to content

Commit

Permalink
Move the nightly issue template to a hidden place (nushell#9495)
Browse files Browse the repository at this point in the history
# 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`
  • Loading branch information
sholderbach authored Jun 21, 2023
1 parent 88fdf45 commit 64319ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/AUTO_ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64319ad

Please sign in to comment.