From 6772a424ae252a5b416f6eab0a82704fdbaa5498 Mon Sep 17 00:00:00 2001 From: Oliver Karstoft Date: Mon, 1 Dec 2025 11:26:29 +0100 Subject: [PATCH 1/4] Clean up comments --- .github/workflows/release-drafter.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b0527ec..5cd596c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -2,31 +2,15 @@ name: Release Drafter on: push: - # branches to consider in the event; optional, defaults to all branches: - master - # pull_request event is required only for autolabeler pull_request: - # Only following types are handled by the action, but one can default to all as well types: [opened, reopened, synchronize] - # pull_request_target event is required for autolabeler to support PRs from forks - # pull_request_target: - # types: [opened, reopened, synchronize] jobs: update_release_draft: runs-on: ubuntu-latest steps: - # (Optional) GitHub Enterprise requires GHE_HOST variable set - #- name: Set GHE_HOST - # run: | - # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV - - # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v6 - # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml - # with: - # config-name: my-config.yml - # disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 8424d5656d579d5389032f5217b49522a2594484 Mon Sep 17 00:00:00 2001 From: Oliver Karstoft Date: Mon, 1 Dec 2025 11:26:35 +0100 Subject: [PATCH 2/4] Fix dependabot config --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f3fe79..f9a3e06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - reviewers: - - "BESTSELLER/engineering-services" labels: - automerge - dependencies @@ -18,8 +16,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - reviewers: - - "BESTSELLER/engineering-services" labels: - automerge - dependencies From 6c735614b82085245cbc3268031455a096433fa5 Mon Sep 17 00:00:00 2001 From: Oliver Karstoft Date: Mon, 1 Dec 2025 11:26:46 +0100 Subject: [PATCH 3/4] Engineering to Developer Platform --- .github/policy.yml | 20 ++++++++++---------- CODEOWNERS | 3 +-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/policy.yml b/.github/policy.yml index 4dbc1ff..68bee78 100644 --- a/.github/policy.yml +++ b/.github/policy.yml @@ -1,14 +1,14 @@ policy: approval: - or: - - and: - - tests passed - - es has approved - - and: - - dependabot is making the PR - - or: - - tests passed - - es has approved + - and: + - tests passed + - developer-platform has approved + - and: + - dependabot is making the PR + - or: + - tests passed + - developer-platform has approved disapproval: requires: organizations: @@ -20,11 +20,11 @@ approval_rules: - "Build-and-Test" requires: count: 0 - - name: es has approved + - name: developer-platform has approved requires: count: 1 teams: - - "BESTSELLER/engineering-services" + - "BESTSELLER/developer-platform" - name: dependabot is making the PR if: has_author_in: diff --git a/CODEOWNERS b/CODEOWNERS index 10dd8de..98893c5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1 @@ - -* @BESTSELLER/engineering-services \ No newline at end of file +* @BESTSELLER/developer-platform From 84cd50ea502a74cdf916b8e7f46c607f8ed5987c Mon Sep 17 00:00:00 2001 From: Oliver Karstoft Date: Mon, 1 Dec 2025 11:26:49 +0100 Subject: [PATCH 4/4] Cleanup backstage --- catalog-info.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index c79d701..0000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: github-releasediff - description: Get number of releases between two releases in GitHub. - tags: - - golang - annotations: - github.com/project-slug: BESTSELLER/github-releasediff -spec: - type: library - lifecycle: production - owner: engineering-services