-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replease PR are not creating #736
Comments
I'm also having this error. I'm pushing to I already did several commits on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: app
default-branch: release
|
Team, any update on this bug |
Experiencing this one as well with PR to
|
We are also facing the same issue the last few days. The difference for us is the same error, 'commit could not be parsed' has started appearing at the end. We are using a PAT token not the GH but either makes no difference. Also tried on another internal repo we have. The first time it worked, merged the pr. Subsequent times do not trigger new PR's. |
This seems also related to #698. @SurferJeffAtGoogle @chingor13 could you share something with us? 🤔 |
Additionally, the |
@chingor13 Agreed. Commit could not be parsed is a warning but it is not looping through other messages which are as per conventional commit. Finally apart of culprit commit message other valid commits also ignored. |
TL;DR
When developer updates his branch with master. Github is giving standard commit message(Merge branch 'master' into bug-141639-featurebranch)
Action is not able to parse the message and PR is not getting created.
Expected behavior
No response
Observed behavior
No response
Action YAML
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered: