git/ Github notification on pull request involving subfolder -


is possible setup trigger git or github s.t. i'm notified if subfolder of git repo updated?

or better, possible setup trigger s.t. i'm notified if pull request involves subfolder of git repo?

you use github webhooks to:

  1. send payload integration service (ifttt, zapier, elasti.io, etc.)
  2. filter/search payload condition seeking
  3. notify via preferred method :)

without github, accomplish using scripting language of choice via git hooks.

unfortunately, github not support git hooks, other git hosting services do.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -