Skip to content

Commit c9c2905

Browse files
authored
chore: enable v6.1 pr bot (#8692)
1 parent 8722ec0 commit c9c2905

File tree

2 files changed

+110
-110
lines changed

2 files changed

+110
-110
lines changed

.github/workflows/bot.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
wget https://github.com/raw/pingcap/docs/master/scripts/pr_reminder.py;
1717
pip3 install lxml;
1818
python3 pr_reminder.py "$WEBHOOK"
19-
# - name: Run PR reminder by assignee
20-
# env:
21-
# WEBHOOK: ${{secrets.BOT_WEBHOOK_URL}}
22-
# run: |
23-
# wget https://github.com/raw/pingcap/docs/master/scripts/pr_reminder_basedon_assignee.py;
24-
# pip3 install lxml;
25-
# python3 pr_reminder_basedon_assignee.py "$WEBHOOK"
19+
- name: Run PR reminder by assignee
20+
env:
21+
WEBHOOK: ${{secrets.BOT_WEBHOOK_URL}}
22+
run: |
23+
wget https://github.com/raw/pingcap/docs/master/scripts/pr_reminder_basedon_assignee.py;
24+
pip3 install lxml;
25+
python3 pr_reminder_basedon_assignee.py "$WEBHOOK"

0 commit comments

Comments
 (0)