Skip to content

Commit dfcba17

Browse files
authored
Set an explicit PR reviewer for CNB builder release PRs (#1053)
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. GUS-W-18011095.
1 parent 130196d commit dfcba17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
1717
dry_run: ${{ inputs.dry_run }}
18+
reviewers: 'colincasey'
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)