Skip to content

Commit

Permalink
Updating verbiage for the dependencies test. Updating CODEOWNERS for …
Browse files Browse the repository at this point in the history
…test assets. (#7179)
  • Loading branch information
fabiocav committed Feb 23, 2021
1 parent 80d8e45 commit ca35b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -8,3 +8,6 @@

# Adding codeowner for Python specific files such that GitHub automatically adds python folks as a reviewer.
build/python.props @vrdmr @Hazhzeng

# Deps.json validation file
test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json @fabiocav @brettsam @mathewc
2 changes: 1 addition & 1 deletion test/WebJobs.Script.Tests/DependencyTests.cs
Expand Up @@ -60,7 +60,7 @@ public void Verify_DepsJsonChanges()

IList<RuntimeFile> changed = new List<RuntimeFile>();
StringBuilder sb = new StringBuilder();
sb.AppendLine("The dependencies in WebHost have changed and should be reviewed before proceeding. Follow up with brettsam or fabiocav for next steps.");
sb.AppendLine("IMPORTANT: The dependencies in WebHost have changed and MUST be reviewed before proceeding. Please follow up with brettsam, fabiocav or mathewc for approval.");
sb.AppendLine();
sb.AppendLine($"Previous file: {oldDepsJson}");
sb.AppendLine($"New file: {newDepsJson}");
Expand Down

0 comments on commit ca35b39

Please sign in to comment.