Add support for default merge commit params#1263
Add support for default merge commit params#1263kfcampbell merged 2 commits intointegrations:mainfrom
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 |
kfcampbell
left a comment
There was a problem hiding this comment.
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_titlesquash_merge_commit_messagemerge_commit_titlemerge_commit_messageNote: there are currently some build errors withgithub.DependabotEncryptedSecretthat depend on #1258. Will rebase after that is merged.