icecrime / poule

:chicken: A framework for GitHub automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

:chicken: A framework for GitHub automation

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Shell 1.2%Language:Makefile 0.2%Language:Dockerfile 0.1%