Skip to content

ci: replace workflows with canonical templates#59

Merged
simons-plugins merged 3 commits into
mainfrom
ci/canonical-workflows
May 9, 2026
Merged

ci: replace workflows with canonical templates#59
simons-plugins merged 3 commits into
mainfrom
ci/canonical-workflows

Conversation

@simons-plugins
Copy link
Copy Markdown
Owner

Summary

  • Replace hardcoded version-check.yml + create-release.yml with the canonical templates from indigo-claude-plugin.
  • Auto-detects Netro Sprinklers.indigoPlugin via find -name '*.indigoPlugin'.
  • Upgrades softprops/action-gh-release v1 → v2 (Node 16 deprecation).
  • Tag check switched from grep to git rev-parse (exact match).
  • Tags now v-prefixed per workspace convention.

Why

Workspace-wide rollout. tests.yml (pytest) is independent and unchanged.

Version

Bumps 2026.5.3 → 2026.5.5 (skips 5.4 — collides with open PR feat/testingbase-pilot).

Test plan

  • version-check job runs and passes
  • tests.yml pytest CI still runs unchanged
  • After merge: create-release produces v2026.5.5 tag + release with Netro Sprinklers.indigoPlugin.zip

🤖 Generated with Claude Code

Replace hardcoded version-check + create-release with the canonical
templates from indigo-claude-plugin/docs/plugin-dev/workflows/.
- Auto-detects bundle name via find (no "Netro Sprinklers" hardcoding)
- Uses softprops/action-gh-release@v2 (was v1, deprecated Node 16)
- Uses git rev-parse for tag check (was grep)
- Tags now v-prefixed (v2026.5.5), per workspace convention

Bumps PluginVersion 2026.5.3 → 2026.5.5 (skipping 5.4 to avoid clash
with open PR feat/testingbase-pilot).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Warning

Rate limit exceeded

@simons-plugins has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 45 minutes and 31 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 69a6945f-0dc0-4225-a09e-8218bce10cda

📥 Commits

Reviewing files that changed from the base of the PR and between c7048fd and 4ac62dd.

📒 Files selected for processing (3)
  • .github/workflows/create-release.yml
  • .github/workflows/version-check.yml
  • Netro Sprinklers.indigoPlugin/Contents/Info.plist
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/canonical-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

simons-plugins and others added 2 commits May 9, 2026 20:38
Match canonical update — bundles like HeatmiserNeo.IndigoPlugin (capital I)
need case-insensitive find on Linux runners.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sync to canonical templates' fix: basename suffix-strip was
case-sensitive, breaking on bundles with capital-I .IndigoPlugin.
Drop the strip entirely; use the bundle name verbatim.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@simons-plugins simons-plugins merged commit 6e5a68d into main May 9, 2026
3 checks passed
@simons-plugins simons-plugins deleted the ci/canonical-workflows branch May 13, 2026 06:37
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.

1 participant