microsoft/ContributorLicenseAgreement

Add a response message upon CLA acceptance

Closed this issue · 3 comments

We would like to automate adding and removing labels on PRs when the bot informs the author about signing requirements. We can do this on the initial report since a comment is posted by the bot, but once the user "signs" the CLA there is no confirmation that the CLA was signed. If we had a message from the bot indicating the PR author has successfully signed the CLA then we could automate removing the label ourselves.

@denelon the confirmation that the CLA was signed is on the PR checks ( the check will always be there after the CLA was signed). See the image below:

image

@DragosDanielBoia is there a way to make a fabric bot rule trigger an action based on that?

@DragosDanielBoia is there a way to make a fabric bot rule trigger an action based on that?

There is no way, today we don't look at the checks on the PR. We are going to open source the new FabricBot so people can start contributing.