Skip to content

[docs] add a note about DART in early_stopping docstring (#6846) #35

[docs] add a note about DART in early_stopping docstring (#6846)

[docs] add a note about DART in early_stopping docstring (#6846) #35

name: Release Drafter
permissions:
contents: read
on:
push:
branches:
- master
jobs:
updateReleaseDraft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6.1.0
with:
config-name: release-drafter.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ github.token }}