Skip to content

Commit b6fba64

Browse files
Make comment-on-asciidoc-changes.yml scarier (#446)
Co-authored-by: Jan Calanog <[email protected]>
1 parent 4c6aab9 commit b6fba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
owner: context.repo.owner,
3737
repo: context.repo.repo,
3838
issue_number: context.payload.pull_request.number,
39-
body: 'It looks like this PR modifies one or more `.asciidoc` files. These files are being migrated to Markdown, and any changes merged now will be lost. See the [migration guide](https://elastic.github.io/docs-builder/migration/freeze/index.html) for details.'
39+
body: '> [!WARNING]\n> It looks like this PR modifies one or more `.asciidoc` files. These files are being migrated to Markdown, and any changes merged now will be lost. See the [migration guide](https://elastic.github.io/docs-builder/migration/freeze/index.html) for details.'
4040
})
4141
4242
- name: Error if .asciidoc files changed

0 commit comments

Comments
 (0)