diff --git a/src/handlers/deployment-protection-rule.ts b/src/handlers/deployment-protection-rule.ts index 64b1b79..851228d 100644 --- a/src/handlers/deployment-protection-rule.ts +++ b/src/handlers/deployment-protection-rule.ts @@ -4,8 +4,8 @@ import * as GitHubClient from '../client.js'; export const instructionalComment = 'One or more environments require approval before deploying workflow runs.\n\n' + - 'Maintainers can approve by submitting a [Review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#submitting-your-review) of the current commit with `/deploy` in the body.\n\n' + - 'Please review changes carefully for improper handling of secrets or other sensitive information.'; + 'Maintainers can approve by submitting a review via **Files changed -> Review changes -> Comment** with `/deploy` in the body.\n\n' + + 'Please inspect changes carefully for improper handling of secrets or other sensitive information.'; export async function handleDeploymentProtectionRule( context: Context,