[BUG] Change allowed_merge_methods to Optional#3083
[BUG] Change allowed_merge_methods to Optional#3083stevehipwell merged 3 commits intointegrations:mainfrom
allowed_merge_methods to Optional#3083Conversation
Signed-off-by: Timo Sand <[email protected]>
Signed-off-by: Timo Sand <[email protected]>
Signed-off-by: Timo Sand <[email protected]>
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
|
Did this fully fix the issue? We don't specify ! pull_request {
! allowed_merge_methods = [
- "merge",
- "rebase",
- "squash",
]Using provider version 6.10.2. |
|
@faximan I don't think it did. I've noticed as well that the plan needs the field to be set to show no changes... |
|
@deiga we're missing |
* Fix missing docs Signed-off-by: Timo Sand <[email protected]> * Set `allowed_merge_methods` to `Optional` Signed-off-by: Timo Sand <[email protected]> * Enable running `repository_ruleset` tests on `enterprise` testmode Signed-off-by: Timo Sand <[email protected]> --------- Signed-off-by: Timo Sand <[email protected]>
Resolves #3082
Before the change?
allowed_merge_methodswas set toRequiredand thus caused a breaking changeAfter the change?
allowed_merge_methodsisOptionalas intendedPull request checklist
Schema migrations have been created if needed (example)Tests for the changes have been added (for bug fixes / features)Does this introduce a breaking change?
Please see our docs on breaking changes to help!