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

Add a Jenkins leg to check for loc changes #28721

Merged
merged 1 commit into from
Jul 20, 2018

Conversation

tmeschter
Copy link
Contributor

Add a Jenkins leg to check for loc changes. Once we're past the loc
freeze date for a release branch we want to block any PRs that modify
.xlf files.

Note that we do need a way to let updates from the Loc team through,
but that is not addressed by this change.

@tmeschter tmeschter requested a review from a team as a code owner July 19, 2018 19:44
@tmeschter
Copy link
Contributor Author

test ci please


# Find the merge base, then the list of files that changed since then.
$mergeBase = & git merge-base $base $head
$changedFiles = @(& git diff --name-only $mergeBase $head)
Copy link
Member

Choose a reason for hiding this comment

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

You should be able to stick -- *.xlf at the end of the git diff, so then git will filter to just edits to .xlf files.

@tmeschter
Copy link
Contributor Author

test loc changes

@tmeschter
Copy link
Contributor Author

test ci please

Add a Jenkins leg to check for loc changes. Once we're past the loc
freeze date for a release branch we want to block any PRs that modify
.xlf files.

Note that we *do* need a way to let updates from the Loc team through,
but that is not addressed by this change.
@tmeschter
Copy link
Contributor Author

test ci please

1 similar comment
@tmeschter
Copy link
Contributor Author

test ci please

@tmeschter tmeschter merged commit f25f611 into dotnet:dev15.8.x Jul 20, 2018
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