-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: introduce github merit badger workflow #21898
Conversation
permissions: | ||
pull-requests: write | ||
steps: | ||
- uses: kaizencc/github-merit-badger@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaizencc Should we move this somewhere in cdklabs
?
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This PR piggybacks on #21898.
See [merit badger readme](https://github.com/kaizencc/github-merit-badger#readme) for an overview of the github action that is introduced in this PR. The idea is that a "merit badge" will be applied to every incoming PR via label based on prior (successfully merged) contributions to the CDK. The badges are as follows: - `beginning-contributor`: contributed between 0-2 PRs to the CDK - `repeat-contributor`: contributed between 3-5 PRs to the CDK - `valued-contributor`: contributed between 6-12 PRs to the CDK - `admired-contributor`: contributed between 13-24 PRs to the CDK - `star-contributor`: contributed between 25-49 PRs to the CDK - `distinguished-contributor`: contributed 50+ PRs to the CDK We will **not** label PRs that come from the core team. Special thanks to @scanlonp and @Tianyi-W if/when this does get merged.
This PR piggybacks on aws#21898.
See merit badger readme for an overview of the github action that is introduced in this PR.
The idea is that a "merit badge" will be applied to every incoming PR via label based on prior (successfully merged) contributions to the CDK. The badges are as follows:
beginning-contributor
: contributed between 0-2 PRs to the CDKrepeat-contributor
: contributed between 3-5 PRs to the CDKvalued-contributor
: contributed between 6-12 PRs to the CDKadmired-contributor
: contributed between 13-24 PRs to the CDKstar-contributor
: contributed between 25-49 PRs to the CDKdistinguished-contributor
: contributed 50+ PRs to the CDKWe will not label PRs that come from the core team.
Special thanks to @scanlonp and @Tianyi-W if/when this does get merged.