From 454a09d91e5566eccf47bf8ba29f1fdc58477c56 Mon Sep 17 00:00:00 2001 From: Jens L Date: Thu, 11 May 2023 20:26:04 +0200 Subject: [PATCH] root: Test codeowners (#5586) * root: add initial codeowners Signed-off-by: Jens Langhammer * dependabot should assign based on codeowners, so remove redundant Signed-off-by: Jens Langhammer * fix contributing guideline link in PR template Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- .github/dependabot.yml | 12 ------------ .github/pull_request_template.md | 2 +- CODEOWNERS | 2 ++ 3 files changed, 3 insertions(+), 13 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a84165361..76be9c161 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,6 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "ci:" - package-ecosystem: gomod @@ -16,8 +14,6 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "core:" - package-ecosystem: npm @@ -26,8 +22,6 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "web:" - package-ecosystem: npm @@ -36,8 +30,6 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "website:" - package-ecosystem: pip @@ -46,8 +38,6 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "core:" - package-ecosystem: docker @@ -56,7 +46,5 @@ updates: interval: daily time: "04:00" open-pull-requests-limit: 10 - reviewers: - - "@goauthentik/core" commit-message: prefix: "core:" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bd6009b9f..8c182f49b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ## Details diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..d9fbd031e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @goauthentik/core +website/docs/security/** @goauthentik/security