8000 Update pr.yaml · github/CodeSearchNet@cb5e6b8 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit cb5e6b8

Browse files
author
Hamel Husain
authored
Update pr.yaml
1 parent d192fee commit cb5e6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Choose Reviewer Randomly
3232
run: |
3333
import random
34-
asignee = random.choice(['hamelsmu', 'hohsiangwu', 'mallamanis', 'mmjb'])
34+
reviewer = random.choice(['hamelsmu', 'hohsiangwu', 'mallamanis', 'mmjb'])
3535
print("::set-env name=ASIGNEE::{}".format(reviewer))
3636
shell: python
3737

0 commit comments

Comments
 (0)
0