Lists out the humans who work, or worked, on the GitHub Actions product.
Add yourself via PR if you work or worked on the product ❤️
To respect each individual's privacy, do not add anyone to this list without asking them first.
Options: txt, json, shell
- txt - a plaintext list of humans
- json - a list of humans formatted for computers or humans who like their information computery
- shell - a lovely colourful list of humans making full use of advanced terminal escape-code technology
- html - a gh-pages friendly html output, which looks like a plaintext humans.txt
This automatically deploys to https://actions.github.io/humans.txt.
Each entry in humans.txt.yaml must conform to the following schema. The file is validated on every run; invalid entries cause a non-zero exit and a descriptive error message.
humans:
- name: "Full Name" # required – non-empty string
alum: true # optional boolean – true if the person no longer works on Actions
honorary_human: true # optional boolean – reserved for special non-human contributors| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✅ | The person's full name |
alum |
boolean | ❌ | true if the person is an alumnus |
honorary_human |
boolean | ❌ | true for honorary members |
Unknown fields will cause a validation error.