autogits/README.md

28 lines
969 B
Markdown
Raw Normal View History

2024-08-15 11:15:30 +02:00
AutoGits
========
The bots that drive Git Workflow for package management
* devel-importer -- helper to import an OBS devel project into a Gitea organization
* gitea-events-rabbitmq-publisher -- takes all events from a Gitea organization (webhook) and publishes it on a RabbitMQ instance
2024-08-24 13:32:39 +02:00
* maintainer-and-policy-bot -- review bot to make sure maintainer signed off on reviews, along with necessary other entities
2024-08-15 11:15:30 +02:00
* obs-staging-bot -- build bot for a PR
2024-08-16 14:04:43 +02:00
* obs-status-service -- report build status of an OBS project as an SVG
2024-08-15 11:15:30 +02:00
* pr-review -- keeps PR to _ObsPrj consistent with a PR to a package update
* prjgit-updater -- update _ObsPrj based on direct pushes and repo creations/removals from organization
2024-08-24 13:32:39 +02:00
* staging-utils -- review tooling for PR
- list PR
- merge PR
- split PR
- diff PR
- accept/reject PR
* random -- random utils and tools
2024-08-15 11:15:30 +02:00
Bugs
----
Report bugs to issue tracker at https://src.opensuse.org/adamm/autogits
2024-07-19 14:29:50 +02:00