mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-10 12:02:39 +01:00
18 lines
666 B
YAML
18 lines
666 B
YAML
|
name: Warning maintainers
|
||
|
on:
|
||
|
pull_request:
|
||
|
paths:
|
||
|
- requirements.txt
|
||
|
- requirements-dev.txt
|
||
|
- .pre-commit-config.yaml
|
||
|
jobs:
|
||
|
job:
|
||
|
runs-on: ubuntu-latest
|
||
|
name: about pre-commit and dependency change
|
||
|
steps:
|
||
|
- name: running the check
|
||
|
uses: Poolitzer/notifier-action@master
|
||
|
with:
|
||
|
notify-message: Hey! Looks like you edited the (dev) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the pre-commit hook versions in sync with the dev requirements and the additional dependencies for the hooks in sync with the requirements :)
|
||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|