Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: run release-plz script with bash#3

Merged
jdx merged 1 commit into
mainfrom
chore/fix-release-plz-task
Jun 9, 2026
Merged

chore: run release-plz script with bash#3
jdx merged 1 commit into
mainfrom
chore/fix-release-plz-task

Conversation

@jdx

@jdx jdx commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • update the release-plz mise task to invoke the script with bash
  • avoid depending on executable file mode for scripts/release-plz.sh

Context

The release-plz workflow failed on main with ./scripts/release-plz.sh: Permission denied in https://github.com/jdx/pr-closer/actions/runs/27179750583/job/80236118492.

Testing

  • DRY_RUN=1 mise run release-plz

This PR description was generated by an AI coding assistant.


Note

Low Risk
Single-line task invocation change with no auth, data, or release logic changes.

Overview
The release-plz mise task now runs bash scripts/release-plz.sh instead of ./scripts/release-plz.sh, so the workflow no longer relies on the script’s executable bit.

This addresses CI failures (Permission denied) on main when invoking the release-plz task.

Reviewed by Cursor Bugbot for commit 01198bc. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jdx, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 3 minutes. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e343b40f-f93e-40b2-9d7a-5fc75c41a686

📥 Commits

Reviewing files that changed from the base of the PR and between 8ce2ac2 and 01198bc.

📒 Files selected for processing (1)
  • mise.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/fix-release-plz-task

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

@jdx jdx merged commit 72d3b0a into main Jun 9, 2026
4 checks passed
@jdx jdx deleted the chore/fix-release-plz-task branch June 9, 2026 02:22
@greptile-apps

greptile-apps Bot commented Jun 9, 2026

Copy link
Copy Markdown

Greptile Summary

Fixes the Permission denied CI failure on the release-plz task by explicitly invoking the script with bash rather than relying on the file's executable bit.

  • Changes tasks.release-plz in mise.toml from ./scripts/release-plz.sh to bash scripts/release-plz.sh, so the task no longer depends on the script having its executable permission set in the checkout environment.

Confidence Score: 5/5

Safe to merge — one-line targeted fix that directly addresses the documented CI failure.

The change is a minimal, well-scoped fix: replacing a direct script invocation with an explicit bash interpreter call. The script itself is unchanged and already has a #!/usr/bin/env bash shebang, so running it under bash is consistent with its intent. No logic, tooling versions, or other configuration is affected.

No files require special attention.

Important Files Changed

Filename Overview
mise.toml Single-line change invoking scripts/release-plz.sh via bash instead of as a directly-executed file, fixing a CI permission-denied failure.

Reviews (1): Last reviewed commit: "chore: run release-plz script with bash" | Re-trigger Greptile

@jdx jdx mentioned this pull request Jun 9, 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.

1 participant