How to send email notifications when a users performs changes in a particular directory ?
We tried "FileEditedEvent" and "AbstractRepositoryRefsChnagedEvent" and tried filtering the directories using pathsmatch method for example: (pathsMatch('glob:**/abc/**') ) . I am receiving email notifications when I remove pathsmatch method.
Any help would be appreciated.