2
0
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:
Dmitriy Mozgovoy
2023-01-07 02:40:08 +02:00
committed by GitHub
parent 145df40e44
commit f6b480912e
4 changed files with 75 additions and 26 deletions
+6 -4
View File
@@ -1,13 +1,15 @@
{{#if authors}}
### Contributors 🤵
### Contributors to this release
{{#each authors}}
{{#if github}}
- {{#if avatar_url}}![avatar]({{avatar_url_sm}}){{/if}} [{{displayName}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
{{#unless isBot}}
{{#if login}}
- {{#if avatar_url}}![avatar]({{avatar_url_sm}}){{/if}} [{{displayName}}]({{html_url}})
{{else}}
- {{displayName}} ({{insertions}}++ / {{deletions}}--)
- {{displayName}}
{{/if}}
{{/unless}}
{{/each}}
{{/if}}