This message was deleted.
# feature-requests
s
This message was deleted.
d
gt stack submit
does have a
--reviewers
flag you can use to assign reviewers when you run the command. Would that meet your needs?
Copy code
-r, --reviewers    If set without an argument, prompt to manually set
                     reviewers. Alternatively, accepts a comma separated string
                     of reviewers                                       [string]
k
ah! of course! I was checking out
gt 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 you
p
Will throw this into the docs as well 🙂
k
Would be nice for the interactive reviewer selection to work also for already submitted PRs:
Copy code
(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.
s
Hey there, just tried doing this to an existing stack and it didn’t work. I entered the github user name string (no @ or anything in front), and when I went to the stack after having submitted, none of the PRs had a reviewer set. Didn’t get an error or anything either