Go to file
Niclas Thobaben d96aea0fa8
nclazz/teabot/pipeline/head This commit looks good Details
renamed to teabot
2022-09-19 10:58:34 +02:00
src fix bug in issueBranchRef 2022-08-13 18:21:27 +02:00
.gitignore setup docker and jenkins 2022-07-08 23:05:36 +02:00
Dockerfile fixed Dockerfile 2022-07-08 23:33:05 +02:00
Jenkinsfile renamed to teabot 2022-09-19 10:58:34 +02:00
README.md renamed to teabot 2022-09-19 10:58:34 +02:00
docker-compose.yml renamed to teabot 2022-09-19 10:58:34 +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

Teabot

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.