From acac583b094172dd019a4098fa54c9db7e327b57 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 6 Nov 2023 11:35:37 -0500 Subject: [PATCH 1/4] remove reviewers config --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba7264a..fbae92f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,6 @@ updates: directory: "/" schedule: interval: "daily" - reviewers: - - "cryostatio/reviewers" labels: - "dependencies" - "chore" @@ -24,8 +22,6 @@ updates: directory: "/src/main/docker" schedule: interval: "weekly" - reviewers: - - "cryostatio/reviewers" labels: - "dependencies" - "chore" From c2bbe40513e8356804569d7a7782e814bead4e83 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 6 Nov 2023 14:05:03 -0500 Subject: [PATCH 2/4] added 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..ac9a392 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +pom.xml @cryostatio/maintainers From b3fdf3f0c3b230e05805f9cfb648aebb1d0405c2 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 6 Nov 2023 14:17:08 -0500 Subject: [PATCH 3/4] updated CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ac9a392..65866ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ pom.xml @cryostatio/maintainers +src/main/docker/ @cryostatio/maintainers From 8e4599f2bdd01a9845c7421197613e08ba750fb0 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 6 Nov 2023 14:18:52 -0500 Subject: [PATCH 4/4] removed autolabeler --- .github/release-drafter.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3d80228..a229d86 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -15,29 +15,6 @@ categories: - 'style' - 'test' -autolabeler: - - label: 'feat' - title: '/^feat:/' - - label: 'fix' - title: '/^fix:/' - - label: 'docs' - title: '/^docs:/' - - - label: 'chore' - title: '/^chore:/' - - label: 'ci' - title: '/^ci:/' - - label: 'cleanup' - title: '/^cleanup:/' - - label: 'perf' - title: '/^perf:/' - - label: 'refactor' - title: '/^refactor:/' - - label: 'style' - title: '/^style:/' - - label: 'test' - title: '/^test:/' - template: | ## Contributors $CONTRIBUTORS