Get Notified if Pull Requests or Validation Fails
Our Org has Gearset Officers who handle promotions. It happens at times that I create a pull request and have it start validating (which can take a while). I'll navigate away from the screen and totally forget about it, assuming it'll get pushed to the next environment.
But sometimes there are merge conflicts, or validation fails. I'd love to get a notification, either in email, or as an integration to an attached jira ticket that it failed. That way ill be notified by slack or whatever.
Just an addendum here. We use 3 environments. Admin, UAT, and finally Production. When I create the Pull Request to UAT, the PR is under my name. if notifications are going to be sent to the owner of the PR, in this case thats fine. But since we use CI, once it moves to UAT it automatically creates a PR to Production. the owner of that PR is our Officers name because its his account we're using to push these changes. If something fails from this second PR, it cant notify the owner of the PR bc it'll always be the same person, the Officer.
hope that makes sense!