Skip to content

Commit

Permalink
Make comment-on-asciidoc-changes.yml scarier
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo authored Feb 7, 2025
1 parent 4c6aab9 commit c73728c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-on-asciidoc-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ 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]
> 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 c73728c

Please sign in to comment.