Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dev_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: PR labeler
on:
- pull_request_target

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev_labeler/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

rust-lang:
Comment thread
jorgecarleitao marked this conversation as resolved.
Outdated
- any: ['rust/*']
- rust/**/*

datafusion:
- any: ['rust/datafusion/*']
datafusion:
- rust/datafusion/**/*