diff --git a/.github/workflows/gittensor-impact.yml b/.github/workflows/gittensor-impact.yml new file mode 100644 index 000000000..eeec34d31 --- /dev/null +++ b/.github/workflows/gittensor-impact.yml @@ -0,0 +1,31 @@ +name: Gittensor Impact + +on: + workflow_dispatch: + schedule: + - cron: "40 5 * * 1" + +permissions: + contents: read + +concurrency: + group: gittensor-impact + cancel-in-progress: false + +jobs: + publish: + runs-on: ubuntu-latest + timeout-minutes: 10 + # Scoped here rather than at workflow level (defense-in-depth): this is the + # only job that needs write access, to publish SVG assets to the pinned + # `gittensor-impact` release via matthewevans/gittensor-impact-action. + permissions: + contents: write + # matthewevans/gittensor-impact-action is a ~1.5-day-old repo; require a + # human approval before it runs with contents:write, on top of the SHA pin. + environment: gittensor-impact + steps: + - name: Generate and publish Gittensor impact card + uses: matthewevans/gittensor-impact-action@397fd470899cba47367458289a374eea9cb0d76a # main, 2026-07-06 (#1 per-repo API endpoint) + with: + title: Gittensory diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 346a598d1..1b817c4de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,10 @@ a third. the subnet's on-chain hyperparameters and validators, not by this repo. Merging a PR is not a promise of score, ranking, or compensation, and all review decisions are at maintainer discretion and final. +**This repository is itself Gittensor-listed.** PRs merged here by registered miners may earn TAO +under the subnet's own rules — see the badge in `README.md` for a live, aggregate merged-PR/line-count +summary. That eligibility and scoring is Gittensor's, not ours, and does not change the bar above. + ## What We Accept Focused contributions are welcome in these areas: diff --git a/README.md b/README.md index 6ce530072..eb2e9cfe7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ MCP package License Docs + Gittensor impact

Gittensory is a deterministic control plane for Gittensor OSS contribution work.