Skip to content

Commit a683a20

Browse files
committed
Set an explicit PR reviewer for CNB builder release PRs
Currently for CNB releases, the PR opened against `cnb-builder-images` doesn't have an explicit reviewer set by the automation, which means it uses that repo's `CODEOWNERS` default of requesting review from the whole Languages team. As of heroku/languages-github-actions#289, the automation now supports passing a list of reviewers, which we can set for CNBs owned by a specific language owner. This will help reduce review-request-spam to other team members. Plus corrects the workflow names given this repo contains only a single CNB. GUS-W-18011095.
1 parent e66d39e commit a683a20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/prepare-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prepare Buildpack Releases
1+
name: Prepare Buildpack Release
22

33
on:
44
workflow_dispatch:

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Buildpacks
1+
name: Release Buildpack
22

33
on:
44
workflow_dispatch:
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
1717
dry_run: ${{ inputs.dry_run }}
18+
reviewers: 'schneems'
1819
secrets:
1920
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
2021
cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)