Skip to content

Commit

Permalink
Update language
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Apr 16, 2024
1 parent 1db3d58 commit e39f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enforce/remediation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
message:
description: 'The message to display on the pull request'
required: true
default: "Your repository contains unresolved code scanning alerts. Policy requires that all code scanning alerts of severity <code>high</code> or higher be resolved within 30 days.<br><br>In the future, if your repository contains unresolved code scanning alerts older than 30 days, you will not be able to merge this pull request.<br><br>If this pull request remediates these alerts, after your pull requests CodeQL scan has completed, follow this link to re-run the policy check and select <code>Re-run all jobs</code> at the top of the page: <a href='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'>https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}</a><br><br>You may also re-run this required check by simply commenting on this pull request with the following command:\n\n```shell\n/actions-bot rerun-required-workflows\n```"
default: "Your repository contains unresolved code scanning alerts. Policy requires that all code scanning alerts of <code>critical</code> severity be resolved within 30 days.<br><br>In the future, if your repository contains unresolved code scanning alerts older than 30 days, you will not be able to merge this pull request.<br><br>If this pull request remediates these alerts, after your pull requests CodeQL scan has completed, follow this link to re-run the policy check and select <code>Re-run all jobs</code> at the top of the page: <a href='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'>https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}</a><br><br>You may also re-run this required check by simply commenting on this pull request with the following command:\n\n```shell\n/actions-bot rerun-required-workflows\n```"
pull_request:
description: 'The pull request number'
required: true
Expand Down

0 comments on commit e39f458

Please sign in to comment.