Skip to content

Bump lightgbm from 4.5.0 to 4.6.0 in /python/lgbserver #4

Bump lightgbm from 4.5.0 to 4.6.0 in /python/lgbserver

Bump lightgbm from 4.5.0 to 4.6.0 in /python/lgbserver #4

# This workflow will remove the lgtm label from a PR that gets updated.
# This prevents any un-reviewed code from being automatically merged by the lgtm-merger mechanism.
name: "Prow remove lgtm label"
on: pull_request
jobs:
remove-lgtm:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1.1.3
with:
jobs: 'lgtm'
github-token: "${{ secrets.GITHUB_TOKEN }}"