Skip to content

docs: align README with live Actions; drop take-1 demand/nightly YAML - #27

Merged
ericvh merged 4 commits into
mainfrom
cursor/issue-3-docs-266e
Aug 26, 2026
Merged

docs: align README with live Actions; drop take-1 demand/nightly YAML#27
ericvh merged 4 commits into
mainfrom
cursor/issue-3-docs-266e

Conversation

@ericvh

@ericvh ericvh commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Rewrite README / TODO / AGENTS to the three live workflows (ci.yml, linux-kernel-publish.yml, sync-torvalds-linux.yml), kernel-latest, and the wiki dashboard. Stale demand.yml / nightly.yml / GHCR / linux→test repository_dispatch docs are gone.
  • Delete leftover take-1 workflow snapshots under old/rework-take-1/.github/workflows/.
  • Gitignore repo-root .env for local GH_TOKEN (gh release download, act --secret-file .env). Do not pass it into the guest.

Closes #3

Test plan

  • README “GitHub Actions” table matches files in .github/workflows/
  • old/rework-take-1/.github/workflows/ no longer contains demand.yml / nightly.yml
  • .env is ignored (git check-ignore -v .env) and is not in the PR
  • Harness CI on this PR is not expected to change test behavior (docs-only)

Made with Cursor

ericvh and others added 3 commits August 26, 2026 10:37
The runner/framework on main already works (ci.yml, publish, sync).
Issue #3 leftover was stale docs (demand.yml/nightly.yml, GHCR, linux
repository_dispatch) and snapshot workflow files under old/rework-take-1.

Closes #3
Keep PAT out of git and document sourcing it for gh release download / act.

Co-authored-by: Cursor <cursoragent@cursor.com>
… push

The same trigger contract is already in README. Token cannot update .github/workflows without workflow scope.

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment on linux-kernel-publish.yml that it lives in v9fs/test only and
must not be fired from the linux mirror (#15).

Co-authored-by: Cursor <cursoragent@cursor.com>
@ericvh

ericvh commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Restored the linux-kernel-publish.yml header comment (test-repo-only trigger contract, #15) now that the PAT has workflow access.

@ericvh
ericvh merged commit cce7524 into main Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix existing GitHub action framework and runner setup for existing regression setup

1 participant