From 61107accc03d544eb27e18b34f56ce22d67c4d1b Mon Sep 17 00:00:00 2001 From: Alireza Baloochi Date: Tue, 1 Apr 2025 23:57:39 +0330 Subject: [PATCH] Add `NO-MERGE` label to auto created api-diff PR --- .github/workflows/generate-api-diffs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-api-diffs.yml b/.github/workflows/generate-api-diffs.yml index 6c74187d8..ad5d1abed 100644 --- a/.github/workflows/generate-api-diffs.yml +++ b/.github/workflows/generate-api-diffs.yml @@ -35,5 +35,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} branch: update-api-diffs base: main + labels: | + NO-MERGE title: "[Automated] Update API Surface Area" - body: "Auto-generated update to the API surface to compare current surface vs latest release. This should only be merged once this surface area ships in a new release." \ No newline at end of file + body: "Auto-generated update to the API surface to compare current surface vs latest release. This should only be merged once this surface area ships in a new release."