-
Notifications
You must be signed in to change notification settings - Fork 764
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
Add support for default merge commit params #1263
Add support for default merge commit params #1263
Conversation
@garrettheel #1258 has been merged. |
Once this PR is rebased, I can merge/release! |
dae2b5f
to
c2f019a
Compare
@kfcampbell I just rebased and bumped go-github up to v47 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Integration tests for these items are failing on main and failing here in the exact same way, so it's not a regression!
Thanks for doing this.
@kfcampbell @garrettheel It looks like this change may not have considered repos that have I'm happy to throw up a PR, but first wanted to ask, is there a preferred way to patch this? |
@chaosaffe Hmm...I'm not sure! I don't know off the top of my head, sorry. |
@chaosaffe would you mind creating a new issue to discuss? I'm curious what the negative impact there is in setting those defaults (is it just that a plan is generated?). I also don't know the answer off the top of my head, but happy to look into it with you |
Perhaps an answer to the above question(s), with the shipping of this PR, my terraform plans suddenly show this diff for every repo in my organization:
This does not seem useful or expected for me, and I imagine it may confuse others. |
@danielpops @chaosaffe I created #1295 to track your concerns. Please use that to discuss. |
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
Alternative to #1201, adds support for:
squash_merge_commit_title
squash_merge_commit_message
merge_commit_title
merge_commit_message
Note: there are currently some build errors withgithub.DependabotEncryptedSecret
that depend on #1258. Will rebase after that is merged.