From 45e55275975d239e3fbd621f34ff64e5a8aeb187 Mon Sep 17 00:00:00 2001 From: Lasse Nielsen Date: Fri, 17 Apr 2026 09:22:03 +0200 Subject: [PATCH 1/2] 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 From f36b36433ee07aa66347d9014f9f6b9099a8e9f3 Mon Sep 17 00:00:00 2001 From: Lasse Nielsen Date: Fri, 17 Apr 2026 09:32:10 +0200 Subject: [PATCH 2/2] ci: add CODEOWNERS and fix workflow security --- .github/CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ca5435..cdc24c3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,2 @@ -# PhDamage Code Owners -# These users will be automatically requested for review on PRs - * @Xerrion +.github/ @Xerrion