mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
18 lines
529 B
YAML
18 lines
529 B
YAML
name: Warning maintainers
|
|
on:
|
|
pull_request_target:
|
|
paths:
|
|
- README.rst
|
|
- README_RAW.rst
|
|
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 }}
|