mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
14 lines
No EOL
494 B
YAML
14 lines
No EOL
494 B
YAML
name: Warning maintainers
|
|
on:
|
|
pull_request:
|
|
paths: examples/**
|
|
jobs:
|
|
job:
|
|
runs-on: ubuntu-latest
|
|
name: about example change
|
|
steps:
|
|
- name: running the check
|
|
uses: Poolitzer/notifier-action@master
|
|
with:
|
|
notify-message: Hey there. Relax, I am just a little warning for the maintainers to release directly after merging your PR, otherwise we have broken examples and people might get confused :)
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }} |