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/build-and-test.yml
+4
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,10 @@ jobs:
220
220
run: |
221
221
make gendistributions
222
222
git diff -s --exit-code || (echo 'Generated code is out of date, please run "make gendistributions" and commit the changes in this PR.' && exit 1)
223
+
- name: Gen labels
224
+
run: |
225
+
make genlabels
226
+
git diff -s --exit-code || (echo '.github/component_labels.txt is out of date, please run "make genlabels" and commit the changes in this PR.' && exit 1)
0 commit comments