Skip to content

Conversation

blink1073
Copy link
Member

GODRIVER-2978

Summary

Help automate syncing between the v1 branch and master, which is targeting v1.

Background & Motivation

Help make the v2 transition smoother.

Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

Alternatively, could an existing action like https://github.com/marketplace/actions/sync-branches work as well?

sha=$1
base=v1
target=master
dirname="/tmp/go-driver-$(openssl rand -hex 12)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: Consider using mktemp -d instead, which honors the temp dir on different OSes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@blink1073
Copy link
Member Author

Updated to use our own action, since github.com/marketplace/actions/sync-branches is unmaintained, and this allows us to use the same script locally when needed.

Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@blink1073 blink1073 merged commit 8d10a9e into mongodb:v1 Sep 25, 2023
prestonvasquez added a commit to prestonvasquez/mongo-go-driver that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants