From 784da32958dd1e8f426a77dd0349cdb0bd4ff9cd Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Fri, 23 Jul 2021 17:45:37 -0400 Subject: [PATCH] meta: github: fix issue template assignees --- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/issue.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 4d6c2ff5..c9846178 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,7 @@ name: Feature request about: Ask for a new feature to be added (module, program, etc.) title: '' labels: feature request -assignees: nix-community/home-manager +assignees: rycee, berbiche, sumnerevans --- diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 1ffab50d..e7a0dc3c 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -3,8 +3,9 @@ description: File a bug/issue title: 'bug: ' labels: [bug, triage] -assignees: -- nix-community/home-manager +# We cannot use nix-community/home-manager +# See https://github.com/dear-github/dear-github/issues/170 +assignees: [rycee, berbiche, sumnerevans] body: - type: checkboxes