mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): improved contributors list generator; (#5443)
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
{{#if authors}}
|
||||
|
||||
### Contributors 🤵
|
||||
### Contributors to this release
|
||||
|
||||
{{#each authors}}
|
||||
{{#if github}}
|
||||
- {{#if avatar_url}}{{/if}} [{{displayName}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
|
||||
{{#unless isBot}}
|
||||
{{#if login}}
|
||||
- {{#if avatar_url}}{{/if}} [{{displayName}}]({{html_url}})
|
||||
{{else}}
|
||||
- {{displayName}} ({{insertions}}++ / {{deletions}}--)
|
||||
- {{displayName}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user