Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Conversation

Copy link
Contributor

Copilot AI commented Dec 17, 2025

The README documented a deprecated sparse-checkout based implementation with obsolete inputs (source, automerge, test-mode). The actual action uses rhiza for template materialization.

Changes

README.md

  • Replaced sparse-checkout documentation with rhiza workflow (uvx rhiza validate .uvx rhiza materialize .)
  • Updated inputs table: token, branch, commit-message, create-pr (removed deprecated parameters)
  • Added prerequisites section explaining rhiza requirement
  • Updated all examples to use current API
  • Changed version references from @v1 to @main

.github/workflows/integration-test.yml

  • Fixed test to use current inputs (removed source: '.github/template.yml' and test-mode: "true")

Current Usage

- uses: jebel-quant/sync_template@main
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    branch: sync/template-update
    commit-message: 'chore: sync template'
    create-pr: 'true'

The action now requires repositories to have rhiza configuration in place rather than specifying a template repository via YAML config.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Write a new and accurate README</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
@tschm tschm marked this pull request as ready for review December 17, 2025 14:39
Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
Copilot AI changed the title [WIP] Add accurate and updated README file docs: rewrite README to reflect rhiza-based implementation Dec 17, 2025
Copilot AI requested a review from tschm December 17, 2025 14:43
@tschm tschm merged commit 6e5dcb2 into main Dec 17, 2025
2 checks passed
@tschm tschm deleted the copilot/update-readme-file branch December 17, 2025 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write a new and accurate README

2 participants