Allow for different pull request messages.
I would like the ability to have different pull requests message per pull request that is autogenerated when you move through the pipeline.
Example: When I first create a pull request from dev to my next static environment the message would only pertain to that static environment. So from Dev to UAT I would include a pull request message pertaining to testing.
Then after that I would move from UAT to Staging so the message would be something about the testing and how it is complete and ready to move to staging which is our integration environment.
Then when that is complete I would move from staging to prod. The message would show that integration is complete and everything is ready to deploy into prod.
Having different messages would enable better team collaboration. Currently the message is the same after each static environment move which doesnt allow for comments about what happened in the recent environment or what needs to happen in the next.