Closed coleHafner closed 2 years ago
This is still an issue, but I found a different solution. I'm closing it for now.
Hi. What was your different solution?
Re-opening this so we can fix it, regardless of the workaround you found.
@zeke Yours is the third app I've tried to find a solution, but none of them seem to work as advertised. I suspect it has something to do with our private repo within our organization.
I created an app that meets my requirements (mostly out of curiosity of how to create a GitHub App). It seems to be working fine for our team.
Thanks for the info.
titleOnly
support was added in https://github.com/probot/semantic-pull-requests/pull/30. Hey @guyfedwards are you using this feature successfully?
Yep this works perfectly for our usecase!
@guyfedwards is your repo public or private?
Open source https://github.com/guyfedwards/emojo. Not much activity on it for a while but you can see some failed PRs
GitHubAutomatically resize emoji and upload from slack. Contribute to guyfedwards/emojo development by creating an account on GitHub.
Came here to report the same thing. Can someone pin the solution/workaround?
titleOnly
is being ignored for me as well. It also checks the commit if there is only 1 commit
This issue is old and inactive so I'm going to close it. If anyone is still affected by this, let me know and I'll re-open it.
I have a PR with an invalid PR title and the
titleOnly: true
option in my.github/semantic.yml
file. I still get the status "ready to be merged or rebased". It doesn't seem to matter what I do, this will always be the status. The PR does have many commits that meet the conventional commit standard, but those should be ignored per thetitleOnly
option, right?Config file:
This repo is a private one within an org, so I'm not sure if that has anything to do with it. I know it has been an issue with other apps I've tried.