Skip to content

Commit 4ef1276

Browse files
committed
Use Labeler to automatically add C++ ODBC label
1 parent e6223ef commit 4ef1276

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ jobs:
341341
if: >-
342342
needs.check-labels.outputs.force == 'true' ||
343343
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
344-
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
344+
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++') ||
345+
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++: ODBC')
345346
timeout-minutes: 240
346347
permissions:
347348
packages: write

.github/workflows/dev_pr/labeler.yml

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

0 commit comments

Comments
 (0)