Skip to content

Commit

Permalink
chore: add piotr to issue auto-assigner
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Nov 22, 2024
1 parent bbc263f commit b2fb7bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autoassign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
script: |
// each user has a chance of (p - (previousP ?? 0)) to be assigned
const potentialAssignees = [
["kanej", 1/3],
["schaable", 2/3],
["kanej", 1/4],
["schaable", 2/4],
["galargh", 3/4],
["ChristopherDedominici", 1.0],
];
Expand Down

0 comments on commit b2fb7bd

Please sign in to comment.