Slackbot
02/26/2023, 11:59 PMDavid Bradford
02/27/2023, 3:25 PMgt stack submit
does have a --reviewers
flag you can use to assign reviewers when you run the command. Would that meet your needs?
-r, --reviewers If set without an argument, prompt to manually set
reviewers. Alternatively, accepts a comma separated string
of reviewers [string]
Konrad Komorowski
02/27/2023, 3:26 PMgt stack --help
and didn't see it there. i think it should be exactly what I need – let me check it out and get back to youPranathi Peri
02/27/2023, 3:46 PMKonrad Komorowski
02/28/2023, 11:24 AM(backend-py3.11) ➜ backend git:(02-27-refactor_tests) gt downstack submit -r
🥞 Validating that this Graphite stack is ready to submit...
✏️ Preparing to submit PRs for the following branches...
▸ 02-27-fix_field_descriptions (No-op)
▸ 02-27-add_net_co2e_removed (No-op)
▸ 02-27-refactor_tests (No-op)
🆗 All PRs up to date.
(backend-py3.11) ➜ backend git:(02-27-refactor_tests) gt downstack submit --reviewers
🥞 Validating that this Graphite stack is ready to submit...
✏️ Preparing to submit PRs for the following branches...
▸ 02-27-fix_field_descriptions (No-op)
▸ 02-27-add_net_co2e_removed (No-op)
▸ 02-27-refactor_tests (No-op)
🆗 All PRs up to date.
Sebastian Schloesser
04/18/2023, 3:05 PM