This action is notifiying through a review comment when a certain file/path has changed.
on:
pull_request_target:
paths:
permissions:
pull-requests: write
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: running the check
uses: Poolitzer/notifier-action@master
with:
notify-message: Your Message
repo-token: ${{ secrets.GITHUB_TOKEN }}