You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a branch is deleted in github, two things happen:
- You receive action "delete" with branch name.
- You receive "push" with state "deleted".
This triggers hooks for handling push and deletion - and what is even worse -
they can be called in random order.
This is simpler and give some abstraction over hook scripts that they will be run
only once on particular action that happen.
Note: Adapted from pull request #8 by cypreess.
0 commit comments