From dbe8c8f69fc0f0275eb8df0aa99f60105483e087 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 24 Feb 2025 09:17:07 +0200 Subject: [PATCH 1/3] ci: add GitHub CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..da7abc2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @cloudnode-pro/smp From e9ace22573ba7715c86c2ac3801b754b46cba1e4 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 24 Feb 2025 09:17:59 +0200 Subject: [PATCH 2/3] ci: rename workflow files to `yaml` --- .github/{dependabot.yml => dependabot.yaml} | 0 .github/workflows/{codeql.yml => codeql.yaml} | 0 .github/workflows/{maven.yml => maven.yaml} | 0 .github/workflows/{release.yml => release.yaml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename .github/workflows/{codeql.yml => codeql.yaml} (100%) rename .github/workflows/{maven.yml => maven.yaml} (100%) rename .github/workflows/{release.yml => release.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yaml similarity index 100% rename from .github/workflows/codeql.yml rename to .github/workflows/codeql.yaml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yaml similarity index 100% rename from .github/workflows/maven.yml rename to .github/workflows/maven.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yaml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/release.yaml From ffcb31dedd4884aef47ec2251c4a6f3083395e72 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 24 Feb 2025 09:19:05 +0200 Subject: [PATCH 3/3] ci: auto request review for Dependabot PRs --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6f5349a..3589b06 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,9 +6,13 @@ updates: interval: weekly day: monday time: "06:00" + reviewers: + - cloudnode-pro/smp - package-ecosystem: github-actions directory: / schedule: interval: weekly day: monday time: "06:00" + reviewers: + - cloudnode-pro/smp