Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/gittensor-impact.yml
Original file line number Diff line number Diff line change
@@ -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)
Comment thread
JSONbored marked this conversation as resolved.
with:
title: Gittensory
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<a href="https://www.npmjs.com/package/@jsonbored/gittensory-mcp"><img alt="MCP package" src="https://img.shields.io/npm/v/@jsonbored/gittensory-mcp?label=mcp" /></a>
<a href="https://github.com/JSONbored/gittensory/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/JSONbored/gittensory" /></a>
<a href="https://gittensory.aethereal.dev/docs"><img alt="Docs" src="https://img.shields.io/badge/docs-gittensory.aethereal.dev-0b6bcb" /></a>
<a href="https://gittensor.io/miners/repository?name=JSONbored/gittensory"><img alt="Gittensor impact" src="https://api.gittensor.io/repos/JSONbored%2Fgittensory/badge.svg" /></a>
</p>

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