jenkins - Automatically removing feature branches on GitHub once they're merged to master -


we have on 100 repos follow github workflow https://guides.github.com/introduction/flow/. ideally, when people merging code, they'll click delete branch button, unfortunately, step gets missed pretty often. i'm looking way automatically delete branches have been merged master branch. i'm thinking should either organizational level webhook or integrated our existing jenkins system. i'm hoping has written tool. anyone?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -