Is it possible to setup a trigger with git or github s.t. I'm notified if a subfolder of a git repo is updated?
Or better, is it possible to setup a trigger s.t. I'm notified if a pull request involves a subfolder of a git repo?
You could use GitHub webhooks to:
Without GitHub, you could accomplish this using your scripting language of choice via git hooks.
Unfortunately, GitHub does not support git hooks, but other git hosting services do.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With