https://github.com/icecrime/poule
:chicken: A framework for GitHub automation
https://github.com/icecrime/poule
automation bot github webhooks
Last synced: 6 days ago
JSON representation
:chicken: A framework for GitHub automation
- Host: GitHub
- URL: https://github.com/icecrime/poule
- Owner: icecrime
- License: apache-2.0
- Created: 2016-04-13T03:32:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T22:36:40.000Z (over 6 years ago)
- Last Synced: 2025-04-02T04:59:49.913Z (14 days ago)
- Topics: automation, bot, github, webhooks
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 317
- Watchers: 14
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - icecrime/poule - :chicken: A framework for GitHub automation (Go)
- jimsghstars - icecrime/poule - :chicken: A framework for GitHub automation (Go)
README
Poule
=====[](https://goreportcard.com/report/github.com/icecrime/poule) [](https://circleci.com/gh/icecrime/poule)
# Description
:chicken: Poule is a tool that helps automating tasks on GitHub issues and pull requests. It allows
implementing snippets of behavior (called [**operations**](http://poule.readthedocs.io/en/latest/user/operations.html)) 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](https://github.com/moby/moby/blob/master/poule.yml).
# Documentation
See http://poule.readthedocs.io/en/latest/.