Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 960 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 960 Bytes

Poule

Go Report Card CircleCI

Description

🐔 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:

  1. As a one-time operation, on the entire stock of GitHub items.
  2. As part of a batch job alongside multiple other operations.
  3. 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.

Documentation

See http://poule.readthedocs.io/en/latest/.