Skip to content

Commit aae5edd

Browse files
authored
GitHub Metric Score Version 0.1.1
Updating NEG_REACTIONS from -1 to 2, and MENTIONS from 5 to 10.
1 parent b68367b commit aae5edd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/githubMetrics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +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'
29+
COEFF_VERSION: '0.1.1' # Not going to rev this, but updating NEG_REACTIONS from -1 to 2, and MENTIONS from 5 to 10.
3030
COEFF_UNIQUE_USERS: '10'
3131
COEFF_POS_REACTIONS: '5'
32-
COEFF_NEG_REACTIONS: '-1'
32+
COEFF_NEG_REACTIONS: '2'
3333
COEFF_NEUTRAL_REACTIONS: '2'
3434
COEFF_POS_COMMENT_REACTIONS: '1'
3535
COEFF_NON_MEMBER_COMMENTS: '1'
3636
COEFF_MEMBER_COMMENTS: '0'
37-
COEFF_MENTIONS: '5'
37+
COEFF_MENTIONS: '10'

0 commit comments

Comments
 (0)