forked from tibdex/backport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make team reviews a parameter (#14)
Previously, all PRs automatically added the sourcegrapm/team/release reviewer to PRs. That worked fine while we were only using this on Monorepo, but now we're expanding usage to Cody, Jetbrains and the Deploy-* repos. Cody and Jetbrains particularly do not have the release team as collaborator which caused errors while using this automation. We're keeping the default the same with this change, but now we can optionally override the default to change the team, or remove it entirely (setting teamReviews = "").
- Loading branch information
1 parent
06d6f0a
commit c7f54dc
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters