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 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/.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 }} 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 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