You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Before about December 26, this would create PRs with names like "Update foo dependency to abc123". Now, this creates PRs with the literal name Update $(basename $(dirname $GITHUB_REF)) dependency to $(git rev-parse --short ${GITHUB_REF##*/}).
I suspect #117 caused this repo to stop interpreting parameters like pr_title as shell scripts.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue. Per the updated README, we are in process of archiving this repository, and encourage using gh pr create directly in your workflows instead.
Hello! First off, thanks for the great repo. My company uses this repo to automatically create PRs. Here's a snippet from one of our GitHub Actions:
Before about December 26, this would create PRs with names like "Update foo dependency to abc123". Now, this creates PRs with the literal name
Update $(basename $(dirname $GITHUB_REF)) dependency to $(git rev-parse --short ${GITHUB_REF##*/})
.I suspect #117 caused this repo to stop interpreting parameters like
pr_title
as shell scripts.The text was updated successfully, but these errors were encountered: