We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a42cf commit 03db253Copy full SHA for 03db253
.github/workflows/autoassign-issues.yml
@@ -15,7 +15,7 @@ jobs:
15
script: |
16
// each user has a chance of (p - (previousP ?? 0)) to be assigned
17
const potentialAssignees = [
18
- ["fvictorio", 1/3],
+ ["kanej", 1/3],
19
["schaable", 2/3],
20
["ChristopherDedominici", 1.0],
21
];
0 commit comments