Skip to content

Commit 519da21

Browse files
committed
Use Labeler to automatically add C++ Extra label
Cannot add ODBC Label because it requires write access
1 parent e6223ef commit 519da21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dev_pr/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,9 @@
7373
- any-glob-to-any-file:
7474
- docs/**/*
7575
- "**/*.{md, rst, Rmd, Rd}"
76+
77+
"CI: Extra: C++":
78+
- changed-files:
79+
- any-glob-to-any-file:
80+
- .github/workflows/cpp_extra.yml
81+
- cpp/src/arrow/flight/sql/odbc/**/*

0 commit comments

Comments
 (0)