https://github.com/tmbo/gflows
toolkit to optimize and automate workflows on github 🤖
https://github.com/tmbo/gflows
automation github webhooks workflow
Last synced: 2 months ago
JSON representation
toolkit to optimize and automate workflows on github 🤖
- Host: GitHub
- URL: https://github.com/tmbo/gflows
- Owner: tmbo
- License: mit
- Created: 2018-09-19T11:54:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:23:39.000Z (about 3 years ago)
- Last Synced: 2024-04-24T11:47:38.487Z (about 2 years ago)
- Topics: automation, github, webhooks, workflow
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gflows
A toolkit to optimize and automate workflows on github. The toolkit
allows you to listen to github webhooks and react to them.
Available automation's:
- move issues between project panes on branch push or merge
- share labels between repositories
## Installation
```
pip install gflows
```
______