File tree Expand file tree Collapse file tree 2 files changed +110
-110
lines changed Expand file tree Collapse file tree 2 files changed +110
-110
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
wget https://github.com/raw/pingcap/docs/master/scripts/pr_reminder.py;
17
17
pip3 install lxml;
18
18
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"
You can’t perform that action at this time.
0 commit comments