mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
25506f131d
* POC * Remove decorator dependency * Rework setup.py & build, add separate readme * Move utils -> ext.utils * Move pytz dep to ext * Try fixing timing stuff * Add 'Typed' classifier * Update README_RAW.rst Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com> * Some wording * Deprecation warnings for moved tg.utils * Tests for Promise * Test time-helpers without pytz * Try fixing time-helper tests * Merge master Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
16 lines
487 B
YAML
16 lines
487 B
YAML
name: Warning maintainers
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- README.rst
|
|
- README_RAW.rst
|
|
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 }}
|