Add methods to add new context on Message
Fix issue #486
Hi @rvowles, I was making some test about your situation and create this draft to know if it works for you those changes
I will link to my PR - here is the transformer, you see I have to replace the context which means nuking any other transformer's context and potentially getting nuked.
Here is an example of it being used
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors
Error parsing command: EOF found when expecting closing quote
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors
Error parsing command: EOF found when expecting closing quote
the issue will be solved extended from the MessageTransformer and adding that functionality like @rvowles implemented here