Skip to content

chore: restore executable bit on merge-pr.sh - #1599

Merged
timothyfroehlich merged 1 commit into
mainfrom
chore/merge-pr-exec-bit
Jul 4, 2026
Merged

chore: restore executable bit on merge-pr.sh#1599
timothyfroehlich merged 1 commit into
mainfrom
chore/merge-pr-exec-bit

Conversation

@timothyfroehlich

Copy link
Copy Markdown
Owner

Summary

  • scripts/workflow/merge-pr.sh had lost its executable bit (git had it recorded as 100644), so running it directly failed with permission denied and required a bash scripts/workflow/merge-pr.sh workaround.
  • Restores exec permission (chmod +x + git update-index --chmod=+x).

Test plan

  • pnpm run check passed via pre-commit hooks
  • Verified ./scripts/workflow/merge-pr.sh is directly executable after the change

🤖 Generated with Claude Code

The script had lost its exec permission (git recorded 100644), causing
direct invocation to fail with "permission denied" and requiring a
bash-prefixed workaround.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 4, 2026 17:54
@vercel

vercel Bot commented Jul 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pin-point Ready Ready Preview, Comment Jul 4, 2026 5:55pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@timothyfroehlich
timothyfroehlich merged commit 3828bfc into main Jul 4, 2026
21 checks passed
@timothyfroehlich
timothyfroehlich deleted the chore/merge-pr-exec-bit branch July 4, 2026 17:56
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.

2 participants