diff --git a/.github/workflows/deploy-developer-portal.yml b/.github/workflows/deploy-developer-portal.yml deleted file mode 100644 index 6448185..0000000 --- a/.github/workflows/deploy-developer-portal.yml +++ /dev/null @@ -1,24 +0,0 @@ -# This workflow is triggered whenever the main branch is updated -name: Deploy to DevHub - -on: - push: - branches: - - main - -jobs: - trigger-deployment: - name: Trigger deployment - runs-on: ubuntu-latest - steps: - - - uses: octokit/request-action@v2.x - name: Trigger deployment - with: - route: POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches - owner: shopware - repo: developer-portal - ref: main - workflow_id: checkout-test-build-deploy.yml - env: - GITHUB_TOKEN: ${{ secrets.DEV_HUB_PERSONAL_ACCESS_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/developer-portal-healthcheck.yml b/.github/workflows/developer-portal-healthcheck.yml deleted file mode 100644 index eb24a97..0000000 --- a/.github/workflows/developer-portal-healthcheck.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Healthcheck - -on: - pull_request: - branches: - - main - -jobs: - - create-healthcheck: - uses: shopware/developer-portal/.github/workflows/healthcheck.yml@main - with: - owner: ${{ github.repository_owner }} - repo: ${{ github.event.repository.name }} - branch: ${{ github.event.pull_request.head.ref }} - sha: ${{ github.event.pull_request.head.sha }} - secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_TOKEN: ${{ secrets.DEV_HUB_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/update-healthcheck.yml b/.github/workflows/update-healthcheck.yml deleted file mode 100644 index a4b9659..0000000 --- a/.github/workflows/update-healthcheck.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This workflow is triggered from developer-portal -name: Update healthcheck - -on: - workflow_dispatch: - inputs: - owner: - description: "Owner to checkout" - required: true - type: string - repo: - description: "Repo to checkout" - required: true - type: string - check: - description: "Check ID" - required: true - type: string - conclusion: - description: "Healthcheck conclusion" - required: true - type: string - -jobs: - - update-healthcheck: - uses: shopware/developer-portal/.github/workflows/update-healthcheck.yml@main - with: - owner: ${{ inputs.owner }} - repo: ${{ inputs.repo }} - check: ${{ inputs.check }} - conclusion: ${{ inputs.conclusion }} - secrets: - TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 35a7c5e..440ac5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Shopware release notes -*This repository is embedded into [developer-portal](https://github.com/shopware/developer-portal) under the [/release-notes/](https://developer.shopware.com/release-notes/). Every PR triggers a [healthcheck](./.github/workflows/developer-portal-healthcheck.yml), and every push to the `main` branch triggers a new [deployment](./.github/workflows/deploy-developer-portal.yml) in the `developer-portal`.* +*This repository is embedded into [developer-portal](https://github.com/shopware/developer-portal) under the [/release-notes/](https://developer.shopware.com/release-notes/). This repository is also connected to the Shopware Dev Docs connector GitHub app which manages commit status checks in PRs and triggers production deployments. ## Development