From 45e55275975d239e3fbd621f34ff64e5a8aeb187 Mon Sep 17 00:00:00 2001 From: Lasse Nielsen Date: Fri, 17 Apr 2026 09:22:03 +0200 Subject: [PATCH] chore: auto-assign all new issues to Xerrion --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature-request.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 96d925a..15b1687 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,6 +3,8 @@ description: Report a bug with PhDamage title: "[Bug]: " labels: - bug +assignees: + - Xerrion body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 559b5d0..23b4cbc 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,7 +3,8 @@ description: Suggest a new feature or improvement for PhDamage title: "[Feature]: " labels: - enhancement -assignees: [] +assignees: + - Xerrion body: - type: textarea id: problem-motivation