diff --git a/actions/setup/md/manifest_protection_create_pr_fallback.md b/actions/setup/md/manifest_protection_create_pr_fallback.md index 70fc68ec06e..cb71506ea56 100644 --- a/actions/setup/md/manifest_protection_create_pr_fallback.md +++ b/actions/setup/md/manifest_protection_create_pr_fallback.md @@ -8,13 +8,13 @@ > This was originally intended as a pull request, but the patch modifies protected files. These files may affect project dependencies, CI/CD pipelines, or agent behaviour. **Please review the changes carefully** before creating the pull request. > > **[Click here to create the pull request once you have reviewed the changes]({create_pr_url})** - -
-Protected files - -{files} - -
+> +>
+> Protected files +> +> {files} +> +>
To route changes like this to a review issue instead of blocking, configure `protected-files: fallback-to-issue` in your workflow configuration. diff --git a/actions/setup/md/manifest_protection_push_failed_fallback.md b/actions/setup/md/manifest_protection_push_failed_fallback.md index 636baa485a1..84866b31446 100644 --- a/actions/setup/md/manifest_protection_push_failed_fallback.md +++ b/actions/setup/md/manifest_protection_push_failed_fallback.md @@ -6,15 +6,15 @@ > **Protected Files — Push Permission Denied** > > This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually. - -
-Protected files - -{files} - -The push was rejected because GitHub Actions does not have `workflows` permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission. - -
+> +>
+> Protected files +> +> {files} +> +> The push was rejected because GitHub Actions does not have `workflows` permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission. +> +>
Create the pull request manually diff --git a/actions/setup/md/manifest_protection_push_to_pr_fallback.md b/actions/setup/md/manifest_protection_push_to_pr_fallback.md index 8ff55d426d3..9a9d120eb1e 100644 --- a/actions/setup/md/manifest_protection_push_to_pr_fallback.md +++ b/actions/setup/md/manifest_protection_push_to_pr_fallback.md @@ -6,13 +6,13 @@ > **Target Pull Request:** [#{pull_number}]({pr_url}) > > **Please review the changes carefully** before pushing them to the pull request branch. These files may affect project dependencies, CI/CD pipelines, or agent behaviour. - -
-Protected files - -{files} - -
+> +>
+> Protected files +> +> {files} +> +>
---