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

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

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -