Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rezon73/jirawalker


https://github.com/rezon73/jirawalker

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Hello, my friend.

This script checks existence of actual production branch in task branches.
Example of config: ./packages/config/global.php

Add task to crontab. Example:
* * * * * for i in {1..59}; do sleep 1; php ./cron/walker.php > ./logs.txt 2>&1; done