python-telegram-bot/.github/workflows/pre-commit_dependencies_notifier.yml

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

20 lines
647 B
YAML
Raw Normal View History

name: Warning maintainers
on:
2021-10-03 15:38:35 +02:00
pull_request_target:
paths:
- requirements.txt
2022-08-26 06:50:03 +02:00
- requirements-opts.txt
- .pre-commit-config.yaml
2022-04-29 23:49:33 +02:00
permissions:
pull-requests: write
jobs:
job:
runs-on: ubuntu-latest
name: about pre-commit and dependency change
steps:
- name: running the check
uses: Poolitzer/notifier-action@master
with:
2022-08-26 06:50:03 +02:00
notify-message: Hey! Looks like you edited the (optional) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the additional dependencies for the hooks in sync with the requirements :)
repo-token: ${{ secrets.GITHUB_TOKEN }}