Go to file
Niclas Thobaben e5ffffa1e6
nclazz/gitea-bot/pipeline/head There was a failure building this commit Details
added tokens
2022-11-28 13:51:19 +01:00
charts added tokens 2022-11-28 13:51:19 +01:00
src added root ok 2022-11-28 13:44:57 +01:00
.gitignore setup docker and jenkins 2022-07-08 23:05:36 +02:00
Dockerfile switch to helm charts 2022-11-28 13:40:55 +01:00
Jenkinsfile added tokens 2022-11-28 13:51:19 +01:00
README.md implemented issueBranchRef 2022-07-09 01:06:27 +02:00
package-lock.json implemented issueBranchName 2022-07-09 00:43:40 +02:00
package.json implemented issueBranchName 2022-07-09 00:43:40 +02:00

README.md

Gitea Bot

This bot/server manages issues in gitea repositories.

Webhooks

The bot provides some useful webhooks. Webhooks can either be enabled opt-in by listing the required webhooks in the query-parameter hooks as a comma separated list or enable all hooks by leaving the hooks parameter empty.

Send gitea events to https://gitea-bot.nclazz.de/webhook

issueBranchName

Updates the branch name in the issues body. The name is created from the title, issue number and optionally a bug label, resulting in the following format:

feature/{issue}-{title}

the prefix is eitherfeature or bugfix. Whitespaces in the title are replaced by -.

issueBranchRef

References matching branch to an existing issue.