Skip to content

Commit

Permalink
Hide Ubuntu issue template from create issue page (#56)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johnboyes committed Aug 16, 2020
1 parent 63147f9 commit b420b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule_ubuntu_annual_update_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
assignees: "johnboyes"
labels: "dependencies"
# assignees & labels in the template are overridden by the values specified in this action
template: ".github/ISSUE_TEMPLATE/update-ubuntu-version-in-github-actions.md"
template: ".github/ISSUE_TEMPLATE/scheduled/update-ubuntu-version-in-github-actions.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b420b1f

Please sign in to comment.