Skip to content

Commit b420b1f

Browse files
authored
Hide Ubuntu issue template from create issue page (#56)
The Ubuntu issue is automatically created in July each year, so we don't want to show the option of creating an issue manually based on that issue template.
1 parent 63147f9 commit b420b1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/update-ubuntu-version-in-github-actions.md renamed to .github/ISSUE_TEMPLATE/scheduled/update-ubuntu-version-in-github-actions.md

File renamed without changes.

.github/workflows/schedule_ubuntu_annual_update_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
assignees: "johnboyes"
2222
labels: "dependencies"
2323
# assignees & labels in the template are overridden by the values specified in this action
24-
template: ".github/ISSUE_TEMPLATE/update-ubuntu-version-in-github-actions.md"
24+
template: ".github/ISSUE_TEMPLATE/scheduled/update-ubuntu-version-in-github-actions.md"
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)