cool-easter-32542
05/09/2023, 3:10 PMpants.toml is being changed in Version Control AND see if the Pants version is being changed
• If so, see if the current VCS user has committed a change to pants.toml prior that bumped the version
• If so this person is likely a repo admin
As far as toggleable behavior goes, we most likely want to to show/hide the messages based on some subsystem/option. This allows:
• non repo-admins or people who are repo admins but didn't bump versions to "subscribe"
• Repo admins who don't want messaging to turn it off
(But by default we can use the heuristic above)
How we know what messages to send and when is TBD.
pantsbuild/pants