python-telegram-bot/.github/workflows/readme_notifier.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
529 B
YAML
Raw Normal View History

name: Warning maintainers
on:
2021-10-03 15:38:35 +02:00
pull_request_target:
paths:
- README.rst
- README_RAW.rst
2022-04-29 23:49:33 +02:00
permissions:
pull-requests: write
jobs:
job:
runs-on: ubuntu-latest
name: about readme change
steps:
- name: running the check
uses: Poolitzer/notifier-action@master
with:
notify-message: Hey! Looks like you edited README.rst or README_RAW.rst. I'm just a friendly reminder to apply relevant changes to both of those files :)
repo-token: ${{ secrets.GITHUB_TOKEN }}