web-landing-page/.gitea/pr-commenter.yml
Benoit Donneaux 5eb87a6bf5
All checks were successful
Jekyll / jekyll (push) Successful in 19s
Deploy preview site to review pull requests (#5)
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
Reviewed-on: #5
Co-authored-by: Benoit Donneaux <benoit@leastauthority.com>
Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
2024-05-24 11:08:07 +00:00

29 lines
780 B
YAML

comment:
glob-options:
dot: true
snippets:
- id: image-{{ imageOutcome }}
files:
- '**'
body: |
#### :hammer: Docker build `{{ imageOutcome }}`
- id: build-{{ buildOutcome }}
files:
- '**'
body: |
#### :wrench: Jekyll build `{{ buildOutcome }}`
- id: deploy-{{ deployOutcome }}
files:
- '**'
body: |
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
#### :link: Preview site [here](https://{{ deployWebHost }}{{ deployWebContext }})
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
files:
- '**'
body: |
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}*