You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/generate-api-diffs.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,5 +35,7 @@ jobs:
35
35
token: ${{ secrets.GITHUB_TOKEN }}
36
36
branch: update-api-diffs
37
37
base: main
38
+
labels: |
39
+
NO-MERGE
38
40
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