Skip to content

Commit

Permalink
Make comment-on-asciidoc-changes.yml scarier (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Calanog <[email protected]>
  • Loading branch information
leemthompo and reakaleek authored Feb 7, 2025
1 parent 4c6aab9 commit b6fba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-asciidoc-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.pull_request.number,
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.'
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.'
})
- name: Error if .asciidoc files changed
Expand Down

0 comments on commit b6fba64

Please sign in to comment.