mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 09:07:43 +01:00
16 lines
537 B
YAML
16 lines
537 B
YAML
name: Warning maintainers
|
|
on:
|
|
pull_request_target:
|
|
paths: examples/**
|
|
permissions:
|
|
pull-requests: write
|
|
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 }}
|