🐔 Poule is a tool that helps automating tasks on GitHub issues and pull requests. It allows implementing snippets of behavior (called operations) once and be able to invoke them in three different contexts:
- As a one-time operation, on the entire stock of GitHub items.
- As part of a batch job alongside multiple other operations.
- As part of a long-running daemon, either triggered by GitHub webhooks or scheduled.
The project was created to manage automation on the Moby project.