autogits/bots-common
Adam Majer b7ec9a9ffb Handle case when branch not exist
Handle default branch name in push and branch create handlers
Don't panic in this case in case the project has multiple configs
2024-09-12 16:25:22 +02:00
..
gitea-generated . 2024-07-26 16:53:09 +02:00
api.json . 2024-07-26 16:53:09 +02:00
config.go copyright 2024-09-10 18:24:41 +02:00
consts.go copyright 2024-09-10 18:24:41 +02:00
conststring_test.go copyright 2024-09-10 18:24:41 +02:00
devtest.sh . 2024-07-07 21:12:40 +02:00
git_utils_test.go copyright 2024-09-10 18:24:41 +02:00
git_utils.go Handle case when branch not exist 2024-09-12 16:25:22 +02:00
gitea_utils.go Handle case when branch not exist 2024-09-12 16:25:22 +02:00
go.mod wip 2024-08-27 17:55:03 +02:00
go.sum wip 2024-08-27 17:55:03 +02:00
listen.go remove duplicate RabbitMQ listen topics 2024-09-12 14:30:19 +02:00
log_test.go copyright 2024-09-10 18:24:41 +02:00
log.go simplify error handling 2024-09-11 18:50:49 +02:00
Makefile . 2024-07-26 16:53:09 +02:00
obs_utils_test.go copyright 2024-09-10 18:24:41 +02:00
obs_utils.go copyright 2024-09-10 18:24:41 +02:00
readme.go . 2024-07-07 21:12:40 +02:00
request_create.go copyright 2024-09-10 18:24:41 +02:00
request_fork.go copyright 2024-09-10 18:24:41 +02:00
request_handler.go add support for PR review comment 2024-09-11 12:15:51 +02:00
request_issue.go copyright 2024-09-10 18:24:41 +02:00
request_pr_test.go copyright 2024-09-10 18:24:41 +02:00
request_pr.go copyright 2024-09-10 18:24:41 +02:00
request_push_test.go copyright 2024-09-10 18:24:41 +02:00
request_push.go copyright 2024-09-10 18:24:41 +02:00
request_release.go copyright 2024-09-10 18:24:41 +02:00
request_repo_test.go copyright 2024-09-10 18:24:41 +02:00
request_repo.go handle deleted users (id -1, Ghost) 2024-09-11 12:17:35 +02:00
request_wiki.go copyright 2024-09-10 18:24:41 +02:00
tokens.go copyright 2024-09-10 18:24:41 +02:00
tsetup.sh . 2024-07-29 15:28:03 +02:00

package common

const ReadmeBoilerplate = `
README
======

This empty project was created by AutoDevel bot.
AutoDevel creates projects that can be built
in Open Build Service.

`