Good afternoon, I would like to know if there is any way to automate some things using the Development and Codes tabs. For example, I would like people who come in as reviewers on GitHub to be automatically assigned to the corresponding task. Is it possible to do this directly? If not, is there any other way to achieve this?
Hi,
I can't confirm the GitHub part of this solution, but if it is possible to call a webhook, execute a workflow on GitHub whenever a reviewer is added, you can get there.
You could setup an automation:
Call the webhook from GitHib with the necessary data in the body.
Hope this helps.
A quick look in Github shows that this indeed possible form your repository > Webhooks:
The event you need is in the PR sectioon (review requested):
So yes, suggestion earlier will work :-).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.