fix(contributors): add skills to custom contributor types

- Improve errors in contributor-report.mjs
- Add missing `skills` to custom contribution types list and docs
- Refresh existing contributors

Assisted-by: GitHub Copilot <copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
This commit is contained in:
Ashley Childress
2026-01-15 08:54:31 -05:00
parent f9e981e4cd
commit 80886dd7cc
5 changed files with 488 additions and 192 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0 # Required: add-missing-contributors.js needs full git history
fetch-depth: 0
- name: Extract Node version from package.json
id: node-version