10 lines
242 B
YAML
10 lines
242 B
YAML
# add yourself to this list as a yaml
|
|
# object with the following keys:
|
|
# - name - string - your name
|
|
# - alum - boolean - whether you still work on Actions
|
|
humans:
|
|
- name: Mona Lisa Octocat
|
|
honorary_human: true
|
|
|
|
- name: "Anthony Sterling"
|