-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Be able to configure PR description suffix #2091
Comments
This would probably work for us, too: #2211. I wasn't sure if that or this would be easier to implement. |
Thanks for submitting this! We're pretty swamped at the moment, but we'll take this under consideration as soon as we can. |
Sounds good |
Any updates on this? |
We're also in a position where having a PR and commit message suffix would allow us to use dependabot without changing our messaging standards. |
I didn't see #1446 before. @TheRealWaldo, I mentioned in a comment above https://github.com/dependabot/feedback/issues/287 as another thing that would solve this, maybe in a more general way. |
@addison-grant agreed, could work, but likely to be much more work (and a much longer wait) than adding a suffix field. |
Hi, I'll be very interested too in a configuration entry for dependabot to post a new comment in the PR when it opens a new PR, we parse PR comments too. In our case we don't parse the first message that opens the PR but any message that comes after. Thank you guys in advance if you could plan that new feature 🙂 |
For plain dependency upgrades that require not changes we normally do not need any changelog entries. But not having them fails CI which renders every dependabot PR a huge hassle. Sadly we can not customise the dependabot PRs to add a #skip-changelog marker (see e.g. dependabot/dependabot-core#2091), so lets resort to changing the check instead. There is a risk that someone pushes some changes to such a PR that does require a changelog. Hopefully we'll recognise this and do the right thing anyway.
In our organization, we parse text in pull descriptions and comments for keywords that are used in our review process. It would be nice if we could automatically add some keywords for dependabot PR descriptions.
For example, dependabot created this PR description:
I would like to be able to customize this, or be able to suffix it with
Maybe something like
Hope that makes sense!
The text was updated successfully, but these errors were encountered: