Skip to content

Commit b2fb7bd

Browse files
committed
chore: add piotr to issue auto-assigner
1 parent bbc263f commit b2fb7bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/autoassign-issues.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
script: |
1616
// each user has a chance of (p - (previousP ?? 0)) to be assigned
1717
const potentialAssignees = [
18-
["kanej", 1/3],
19-
["schaable", 2/3],
18+
["kanej", 1/4],
19+
["schaable", 2/4],
20+
["galargh", 3/4],
2021
["ChristopherDedominici", 1.0],
2122
];
2223

0 commit comments

Comments
 (0)