From 7f67a4aae8863b9fdeaaefc30682f83f4066fd12 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sun, 6 Aug 2023 08:04:35 -0700 Subject: [PATCH] Rename area-ILVerification to area-Tools-ILVerification (#89698) * Rename area-ILVerification to area-Tools-ILVerification Fixes #89693 * Update src/coreclr/tools/ILVerify/README.md Co-authored-by: Kevin Jones --- .github/fabricbot.json | 2 +- src/coreclr/tools/ILVerify/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 9f1c374960b50..43a7dceabb3c6 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -218,7 +218,7 @@ }, { "labels": [ - "area-ILVerification" + "area-Tools-ILVerification" ], "mentionees": [ "JulieLeeMSFT" diff --git a/src/coreclr/tools/ILVerify/README.md b/src/coreclr/tools/ILVerify/README.md index 4a4f6a1ef5c80..e39926aeda7b1 100644 --- a/src/coreclr/tools/ILVerify/README.md +++ b/src/coreclr/tools/ILVerify/README.md @@ -116,7 +116,7 @@ Additionally the method signature of the special test method must be equal to th The methods are automatically fed into appropriate XUnit theories based on the naming convention. Methods not following this naming conventions are ignored by the test scaffolding system. ## How to contribute -All ILVerify issues are labeled with [area-ILVerification](https://github.com/search?utf8=%E2%9C%93&q=label%3Aarea-ILVerification&type=). You can also look and fix TODOs in the source code. +All ILVerify issues are labeled with [area-Tools-ILVerification](https://github.com/search?utf8=%E2%9C%93&q=label%3Aarea-Tools-ILVerification&type=). You can also look and fix TODOs in the source code. Useful sources: - [PEVerify source code](https://github.com/lewischeng-ms/sscli/blob/master/clr/src/jit64/newverify.cpp)