Skip to content

[BUG] OutOfMemorySparkException only when including a validationIndicatorCol - LightGBMClassifier #138

[BUG] OutOfMemorySparkException only when including a validationIndicatorCol - LightGBMClassifier

[BUG] OutOfMemorySparkException only when including a validationIndicatorCol - LightGBMClassifier #138

name: Add Triage Label to New Issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: "triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}