Drone update status of each job on github

Hey all,
I recently started using drone with my github repo.
One problem i have facing past week was I was not able to add job status of drone to github repo.

I am getting below status on my Github pr.

I want to replace those status and add status for each job.

What i have researched

  • Can add curl request to every fail/pass build to update status of each job or use existing plugins for same.
    But i wanted to know whether we can replace above status to a custom one, if YES, then how?

There is not native option for this, however, you can disable native statuses and then create a webhook extension to override the default behavior.

Here are some relevant links: