From f89cb1623cf7ad38764d0fb9263e556297028e43 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Thu, 23 May 2024 22:16:55 +0200 Subject: [PATCH] Add the template in the legacy GitHub path Signed-off-by: Benoit Donneaux --- .github/pr-commenter.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/pr-commenter.yml 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 }}*