Skip to content
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

Sync 1.15 and 1.16 release branches from upstream #139

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions eng/sync/sync-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
-to https://microsoft-golang-bot:$(BotAccount-microsoft-golang-bot-PAT)@github.com/microsoft-golang-bot/go `
-github-pat $(BotAccount-microsoft-golang-bot-PAT) `
-github-pat-reviewer $(BotAccount-microsoft-golang-review-bot-PAT) `
-b release-branch.go1.15 `
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a way to read this from, e.g. another yaml file or json or something?

Might be nice in the future to separate them out to so it's trivial to see which branches we're actively tracking.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, could have the tool take a branch list file, eng/merge-branches.json or so. Filed #191.

-b release-branch.go1.16 `
-b release-branch.go1.17 `
-b master
displayName: Sync