-
Notifications
You must be signed in to change notification settings - Fork 40k
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
gitattributes: remove the union merge driver since GitHub doesn't support it #70576
gitattributes: remove the union merge driver since GitHub doesn't support it #70576
Conversation
Prow does a "GitHub merge" through the API while automatically merging PRs.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nikhita If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Won't this still help locally resolve conflicts? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Yeah, I think so. Closing. /close |
@nikhita: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
GitHub doesn't support the union merge driver currently: isaacs/github#487.
Prow doesn't use
git merge
but does a "GitHub merge" through the GH API while automatically merging PRs. GitHub will not allow merging PRs if they have conflicts so a union merge doesn't make much sense here./kind cleanup
Does this PR introduce a user-facing change?: