Skip to content

Commit cc54a3b

Browse files
committed
docs: Add team members to .mailmap (#2933)
Signed-off-by: Daniel Gray <[email protected]>
1 parent 3c80495 commit cc54a3b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272

273273
- name: Upload members list
274274
uses: actions/upload-artifact@v4
275-
if: inputs.lang == 'en'
275+
if: inputs.config == 'build' && inputs.lang == 'en'
276276
with:
277277
name: members.md
278278
path: includes/members.md

.mailmap

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1+
# Please use this file to correct information in our git log.
2+
# Format: Proper Name <Proper Email> <Incorrect Email>
3+
#
4+
# Privacy Guides Team Members
5+
# ===========================
16
27
38
49
Daniel Gray <[email protected]>
10+
11+
12+
13+
514
615
716
8-
9-
mbananasynergy <[email protected]> <>
10-
11-
12-
13-
14-
17+
18+
19+
1520
1621
22+

0 commit comments

Comments
 (0)