-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: list contributors in file #3345
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3345 +/- ##
==========================================
+ Coverage 76.84% 76.86% +0.02%
==========================================
Files 123 123
Lines 8922 8922
==========================================
+ Hits 6856 6858 +2
+ Misses 1638 1637 -1
+ Partials 428 427 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -92,6 +92,9 @@ quicktest: | |||
quicktest-hsm: | |||
docker build --progress=plain -f .docker/Dockerfile-hsm --target test-hsm . | |||
|
|||
authors: # updates the AUTHORS file | |||
curl https://raw.githubusercontent.com/ory/ci/master/authors/authors.sh | env PRODUCT="Ory Hydra" bash |
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.
-
Consider removing
https://github.com/ory/hydra/blob/48603bac894bad157501e609c8f694e8ff17da70/Makefile#L183
if it is made obsolete by this. -
The new implementation ignores
.mailmap
(%aN
,%aE
). -
The new implementation doesn't check for shallow repositories. This can be a problem when CI makes commits.
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.
Grant!! Thanks for this super helpful review!
- chore: consider .mailmap file for authors ci#142 adds the
.mailmap
support - chore: enforce full Git history for authors ci#143 adds the check for complete Git history
- this PR now removes the
contributors
target
Related Issue or Design Document
https://github.com/ory-corp/general/issues/732
Checklist
and signed the CLA.
introduces a new feature.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
appropriate).