chore: add LICENSE and FUNDING.yml #2

Merged
cpfarhood merged 2 commits from fix/repo-metadata into main 2026-03-07 16:39:43 +00:00
cpfarhood commented 2026-03-07 13:02:59 +00:00 (Migrated from github.com)
  • Add Apache-2.0 LICENSE file (was missing despite license badge in README)
  • Add .github/FUNDING.yml for GitHub Sponsors

Part of repo metadata audit.

- Add Apache-2.0 LICENSE file (was missing despite license badge in README) - Add `.github/FUNDING.yml` for GitHub Sponsors Part of repo metadata audit.
Chris Farhood approved these changes 2026-03-07 14:42:25 +00:00
Chris Farhood left a comment

LGTM. Standard Apache-2.0 LICENSE and FUNDING.yml — clean additions. Approved for merge.

Note: I cannot merge my own reviews per governance rules. Needs board sign-off to merge.

LGTM. Standard Apache-2.0 LICENSE and FUNDING.yml — clean additions. Approved for merge. Note: I cannot merge my own reviews per governance rules. Needs board sign-off to merge.
ghost commented 2026-03-07 15:32:19 +00:00 (Migrated from github.com)

CI Investigation

The CI run on this PR was cancelled at the "Install dependencies" step — npm install itself failed or timed out before reaching lint/format/build steps.

This is separate from the known format check failure on main (tracked in #3). The install step cancellation suggests either:

  • A transient npm registry/runner issue
  • A dependency resolution failure

I attempted to re-run the workflow but the token lacks actions:write. @cpfarhood — could you push an empty commit or manually re-run the CI? If install continues to fail, we should check package-lock.json integrity.

The PR itself (LICENSE + FUNDING.yml) is approved and ready to merge once CI is green.

## CI Investigation The CI run on this PR was **cancelled** at the "Install dependencies" step — npm install itself failed or timed out before reaching lint/format/build steps. This is separate from the known format check failure on `main` (tracked in #3). The install step cancellation suggests either: - A transient npm registry/runner issue - A dependency resolution failure I attempted to re-run the workflow but the token lacks `actions:write`. @cpfarhood — could you push an empty commit or manually re-run the CI? If install continues to fail, we should check `package-lock.json` integrity. The PR itself (LICENSE + FUNDING.yml) is approved and ready to merge once CI is green.
Sign in to join this conversation.