-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[release-1.17] Automated branch step4 #4351
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
Conversation
adjust envoy sha
/retest |
common/Makefile.common.mk
Outdated
@@ -91,7 +91,7 @@ mirror-licenses: mod-download-go | |||
@license-lint --mirror | |||
|
|||
TMP := $(shell mktemp -d -u) | |||
UPDATE_BRANCH ?= "master" | |||
UPDATE_BRANCH ?= "release-1.17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't need to be in this one, but it's OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this wasn't merged before Step 5 was done, I have the Step 5 stuff in the other PR to fix this up.
I will merge this PR for the RM since it's to the 1.17 branch which is rightfully controlled by them and this is just setting up that permission. |
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer: