Skip to content

Send email to users to notify them that they need to do something with not merged branches (they own)

Notifications You must be signed in to change notification settings

dtr0yan/nomerged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomerged

This script allows to execute command

git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --no-merged <some-branch>

and send email to users to notify them that they need to do something with not merged branches (they own).

Just clone project, add config.php (example in config.sample.php) and execute (or add this command to cron)

php /paht/to/process.php

Anyone can forget what for and when we create some branches.

Hope this script will be helpful.

About

Send email to users to notify them that they need to do something with not merged branches (they own)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages