diff --git a/.github/workflows/generate-api-diffs.yml b/.github/workflows/generate-api-diffs.yml index 3595856e0b1..4de0b5ab1bb 100644 --- a/.github/workflows/generate-api-diffs.yml +++ b/.github/workflows/generate-api-diffs.yml @@ -31,5 +31,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."