Skip to content

Commit 03db253

Browse files
committed
chore: swap kanej for franco on issue assignment
The passing of the baton.
1 parent e6a42cf commit 03db253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoassign-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
script: |
1616
// each user has a chance of (p - (previousP ?? 0)) to be assigned
1717
const potentialAssignees = [
18-
["fvictorio", 1/3],
18+
["kanej", 1/3],
1919
["schaable", 2/3],
2020
["ChristopherDedominici", 1.0],
2121
];

0 commit comments

Comments
 (0)