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
This action would be so useful to adopt in all the repositories out there. To do that, it needs to provide a degree of customization. I went through a few custom comment actions out in the wild and gathered a few things to parametrize before they can be swapped for this one:
The comment body. It would be useful to make it a markdown template that accepts the following parameters:
target_repo_owner
target_repo_name
source_branch_name
pr_number
pr_url
ci_job_run_id
preview_url – based on the Blueprint below
preview_blueprint_hash – to link to, say, https://playground.wordpress.net/builder/builder.html#the same blueprint
Blueprint for the preview, also possible to format with the variables above (example)
This action would be so useful to adopt in all the repositories out there. To do that, it needs to provide a degree of customization. I went through a few custom comment actions out in the wild and gathered a few things to parametrize before they can be swapped for this one:
target_repo_owner
target_repo_name
source_branch_name
pr_number
pr_url
ci_job_run_id
preview_url
– based on the Blueprint belowpreview_blueprint_hash
– to link to, say,https://playground.wordpress.net/builder/builder.html#the same blueprint
References
Also – thank you so much for your great work here @vcanales!
The text was updated successfully, but these errors were encountered: