I am trying to trigger a jenkins job by adding a specific label (for eg : "RFJ") to the Github PR.
I have configured GitHub Pull Request Builder. And have enabled the options Trigger phrase with value "RFJ" and List of GitHub labels for which the build should only be triggered. (Leave blank for 'any') also has value "RFJ". However the job is only getting triggered if I add a comment phrase "RFJ" and not when RFJ label is added to the PR.
What Operating System are you using (both controller, and any agents involved in the problem)?
Jenkins and plugins versions report
I am trying to trigger a jenkins job by adding a specific label (for eg : "RFJ") to the Github PR. I have configured GitHub Pull Request Builder. And have enabled the options Trigger phrase with value "RFJ" and List of GitHub labels for which the build should only be triggered. (Leave blank for 'any') also has value "RFJ". However the job is only getting triggered if I add a comment phrase "RFJ" and not when RFJ label is added to the PR.
What Operating System are you using (both controller, and any agents involved in the problem)?
MacOS
Reproduction steps
Expected Results
The jenkins job should have been triggered
Actual Results
The jenkins job did not get triggered
Anything else?
No response
Are you interested in contributing a fix?
Yes