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 rhiza tool expects .github/template.yml by convention and operates on the repository root. The previous implementation incorrectly accepted a custom source path and passed a file path to rhiza instead of the repository root.

Changes:

  • Removed inputs.source parameter - rhiza uses .github/template.yml by default
  • Fixed rhiza command invocation to pass repository root (.) instead of file path
  • Removed CONFIG_FILE variable and file copying logic from action steps
  • Updated test to create .github/template.yml in correct location

Before:

inputs:
  source:
    description: 'Path to the template file'
    required: false
    default: 'template.yml'
steps:
  - name: Validate Template
    run: rhiza validate ${{ env.CONFIG_FILE }}

After:

steps:
  - name: Validate Template
    run: rhiza validate .

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits December 17, 2025 13:16
Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
…efault

Co-authored-by: tschm <2046079+tschm@users.noreply.github.com>
@tschm tschm marked this pull request as ready for review December 17, 2025 13:42
Copy link
Contributor Author

Copilot AI commented Dec 17, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

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:

Copilot AI changed the title [WIP] Refactor action.yml for improved template synchronization Simplify action.yml to use rhiza's default .github/template.yml convention Dec 17, 2025
Copilot AI requested a review from tschm December 17, 2025 13:43
@tschm tschm merged commit 98824f5 into rhiza Dec 17, 2025
@tschm tschm deleted the copilot/sub-pr-16 branch December 17, 2025 13:43
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.

2 participants