Commit Graph

2 Commits (f61f30153b51f2db50d96268e718a1319f5c03b2)

Author SHA1 Message Date
Lunny Xiao 331e878e81
Add new event commit status creation and webhook implementation ()
This PR introduces a new event which is similar as Github's. When a new
commit status submitted, the event will be trigged. That means, now we
can receive all feedback from CI/CD system in webhooks or other notify
systems.

ref:
https://docs.github.com/en/webhooks/webhook-events-and-payloads#status

Fix 
Lunny Xiao c6cf96d31d
Fix automerge will not work because of some events haven't been triggered ()
Replace 
Close 
Close 
Close 
~Depends on #30805~

Since  has been rewritten totally, to make the contribution
easier, I will continue the work in this PR. Thanks @6543

---------

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>