Skip to content

Commit d17f738

Browse files
authored
Update githubMetrics.yml
Adding scoring coefficients
1 parent c100d0f commit d17f738

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/githubMetrics.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ jobs:
2626
GH_TRACKED_LABELS: 'tracked'
2727
ADO_PAT: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
2828
ADO_ORG: 'microsoft'
29+
COEFF_VERSION: '0.1'
30+
COEFF_UNIQUE_USERS: '10'
31+
COEFF_POS_REACTIONS: '5'
32+
COEFF_NEG_REACTIONS: '-1'
33+
COEFF_NEUTRAL_REACTIONS: '2'
34+
COEFF_POS_COMMENT_REACTIONS: '1'
35+
COEFF_NON_MEMBER_COMMENTS: '1'
36+
COEFF_MEMBER_COMMENTS: '0'
37+
COEFF_MENTIONS: '5'

0 commit comments

Comments
 (0)