Skip to content

Commit

Permalink
fix thresholds for repeat-contributor to avoid logical confusion on f…
Browse files Browse the repository at this point in the history
…irst-time-contributor (#6441)

Signed-off-by: Huan Jiang <[email protected]>
  • Loading branch information
seraphjiang authored Apr 14, 2024
1 parent c89d304 commit 0feb68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-workflow-badger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
badges: '[first-time-contributor,repeat-contributor,valued-contributor,seasoned-contributor,all-star-contributor,distinguished-contributor]'
thresholds: '[0,3,6,13,25,50]'
thresholds: '[0,1,6,13,25,50]'
badge-type: 'achievement'
ignore-usernames: '[opensearch-ci-bot, dependabot, opensearch-trigger-bot]'

0 comments on commit 0feb68a

Please sign in to comment.