Skip to content

Commit d7642fc

Browse files
authored
Add NO-MERGE label to auto created api-diff PR (#617)
1 parent 6821c63 commit d7642fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-api-diffs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
branch: update-api-diffs
3737
base: main
38+
labels: |
39+
NO-MERGE
3840
title: "[Automated] Update API Surface Area"
39-
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."
41+
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."

0 commit comments

Comments
 (0)