Closed
Description
Feature Description
Like it exists on GitHub or other CI, it could be interesting to add a SVG badge to integrate into markdown in example.
The documentation to use it on GitHub could be found https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
An URL like https://<GITEA_INSTANCE>/<OWNER>/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE>/badge.svg
with:
GITEA_INSTANCE
the domain/url of the Gate serverOWNER
the project owner/organisationREPOSITORY
the repository nameWORLFLOW_FILE
the filename of the action that trigged the build, and so, the result of the build
Screenshots
No response