You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a pipeline which will look at all the commit authors of a pipeline and validate if they have signed the latest contributor agreement.
delete the existing pipeline in the contributor service.
collect the email addresses of all the commit authors of a pull request.
call the endpoint on the contributor-backend service.
If any email addresses are returned, raise an error in the pipeline, print the email addresses, and provide a link to the contributor service with a prompt to sign the latest contributor agreement.
Call the reusable workflow in all the necessary places, including (but not limited to): py package, js package, frontend arguments, backend workflow.
The text was updated successfully, but these errors were encountered:
Create a pipeline which will look at all the commit authors of a pipeline and validate if they have signed the latest contributor agreement.
The text was updated successfully, but these errors were encountered: