Deploy preview site to review pull requests #5

Merged
btlogy merged 32 commits from 1.site-preview into main 2024-05-24 11:08:07 +00:00
1 changed files with 35 additions and 0 deletions
Showing only changes of commit f89cb1623c - Show all commits

35
.github/pr-commenter.yml vendored Normal file
View File

@ -0,0 +1,35 @@
comment:
glob-options:
dot: true
snippets:
- id: asciidoc-{{ asciidocOutcome }}
files:
- '**'
body: |
#### :hammer: AsciiDoc conversion `{{ asciidocOutcome }}`
- id: verify-{{ verifyOutcome }}
files:
- '**'
body: |
#### :mag: Broken link verification `{{ verifyOutcome }}`
<details><summary>Verification Output</summary>
```
{{ verifyOutputsResult }}
```
</details>
- id: deploy-{{ deployOutcome }}
files:
- '**'
body: |
#### :rocket: AsciiDoc deploy `{{ deployOutcome }}`
#### :link: Preview documentation [here]({{ deployUrl }})
- id: pusher-{{ githubActor }}-{{ githubEventName }}-{{ githubRunNumber }}-{{ githubRunAttempt }}
files:
- '**'
body: |
*Pusher: @{{ githubActor }}, Action: `{{ githubEventName }}`, Workflow: `{{ githubWorkflow }}`, Run: {{ githubRunNumber }}/{{ githubRunAttempt }}*