Go to file
Niclas Thobaben 308e83f408
nclazz/gitea-bot/pipeline/head This commit looks good Details
Use type label as prefix if not, use feature/bugfix
2023-05-27 15:22:57 +02:00
charts added tokens 2022-11-28 13:51:19 +01:00
src Use type label as prefix if not, use feature/bugfix 2023-05-27 15:22:57 +02: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 switch to helm charts 2022-11-28 13:55:21 +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 Use type label as prefix if not, use feature/bugfix 2023-05-27 15:19:19 +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.