diff --git a/.github/pr-commenter.yml b/.github/pr-commenter.yml new file mode 100644 index 0000000..0ef5304 --- /dev/null +++ b/.github/pr-commenter.yml @@ -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 }}` +
Verification Output + + ``` + {{ verifyOutputsResult }} + ``` + +
+ + - 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 }}*