-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Right now, it's not possible to do
githubNotify context: 'something', description: 'Blah blah blah', status: 'PENDING' ... githubNotify context: 'windows', status: 'SUCCESS' // fails when it should not IMO
But in the second call, context should be enough for the plugin to find out which status I want to update. Having to duplicate the description is a bit cumbersome (though I understand it's useful sometimes if one wants to change it afterwards).
Thanks!