Skip to content

Commit

Permalink
Update instructional message
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Dec 6, 2024
1 parent 6a3c13e commit 899ae79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/deployment-protection-rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 899ae79

Please sign in to comment.