Better way(s) of reaching repo admins #18951
thejcannon
started this conversation in
Development
Replies: 1 comment
-
When do we invoke that functionality? Not sure we want a git operation on every pants invocation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are circumstances we want to reach repo admins out in the wild. These include asking about the community survey, or prompting feedback on features. As such, it'd be great if we had a way to identify and prompt repo admins from within Pants itself.
The current thinking is roughly:
pants.toml
is being changed in Version Control AND see if the Pants version is being changedAs far as toggleable behavior goes, we most likely want to to show/hide the messages based on some subsystem/option. This allows:
(But by default we can use the heuristic above)
How we know what messages to send and when is TBD.
Beta Was this translation helpful? Give feedback.
All reactions