diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index f228c093..875b260d 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -1,4 +1,4 @@ -name: Prepare Buildpack Releases +name: Prepare Buildpack Release on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82b8a2ad..f3092eb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release Buildpacks +name: Release Buildpack on: workflow_dispatch: @@ -15,6 +15,7 @@ jobs: with: app_id: ${{ vars.LINGUIST_GH_APP_ID }} dry_run: ${{ inputs.dry_run }} + reviewers: 'schneems' secrets: app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }} cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}