jenkinsci / ghprb-plugin

github pull requests builder plugin for Jenkins
https://plugins.jenkins.io/ghprb/
MIT License
498 stars 606 forks source link

What kind of "actions" does the Pull request Webhook of the Github pull request builder support? #844

Closed kimjinyam closed 2 years ago

kimjinyam commented 2 years ago

Describe your use-case which is not covered by existing documentation.

I applied Job triggering using the "Github pull request builder" plugin in "jenkins".

So, I checked that the job is triggered when a new PR is created in the Github Repository, a new commit is pushed to the PR, and the PR is re-opened.

However, there are many actions that I haven't checked, but I couldn't find the part that specifies what kind of Pull request webbook "actions" ghprb supports.

Does anyone know the answer?

Thank you.

pull request actions

Pull request opened, closed, reopened, edited, assigned, unassigned, review requested, review request removed, labeled, unlabeled, synchronized, ready for review, converted to draft, locked, unlocked, auto merge enabled, auto merge disabled, milestoned, or demilestoned.

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response