Skip to content

Commit

Permalink
chore: add a new pr reminder based on github id (pingcap#7350)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Dec 31, 2021
1 parent 6cbbfac commit d7c190d
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 350 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ jobs:
wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/pr_reminder.py;
pip3 install lxml;
python3 pr_reminder.py "$WEBHOOK"
- name: Run PR reminder by assignee
env:
WEBHOOK: ${{secrets.BOT_WEBHOOK_URL}}
run: |
wget https://raw.githubusercontent.com/pingcap/docs/master/scripts/pr_reminder_basedon_assignee.py;
pip3 install lxml;
python3 pr_reminder_basedon_assignee.py "$WEBHOOK"
Loading

0 comments on commit d7c190d

Please sign in to comment.