Rename Gitea to Forgejo
All checks were successful
Jekyll / jekyll (pull_request) Successful in 43s

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2025-08-13 18:16:20 +02:00
parent 52382d65e3
commit 45b311c638
3 changed files with 13 additions and 13 deletions

28
.forgejo/pr-commenter.yml Normal file
View file

@ -0,0 +1,28 @@
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 }}*