|
{% if
deploy.review_url %} {% assign ref_url = deploy.review_url %} {% else %} {% capture ref_url %} {{repo.url}}/commits/{{ deploy.commit_ref }} {% endcapture %} {% endif %}
There’s a
deploy request pending review for project {{ site.subdomain }} triggered by @{{ deploy.committer_slug }} with commit {{ deploy.commit_ref }} ({{ deploy.title }}) in {{ repo.human_host_name }} repo {{ repo.path }}.
Deploy
requests are triggered when your sensitive variable policy is set to require approval for untrusted deploys. You can learn more about other sensitive variable policy
options in the docs.
|
|
|