diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..65866ac --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +pom.xml @cryostatio/maintainers +src/main/docker/ @cryostatio/maintainers 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" 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