Skip to content

[python-package] Separately check whether pyarrow and cffi are in… #22

[python-package] Separately check whether pyarrow and cffi are in…

[python-package] Separately check whether pyarrow and cffi are in… #22

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 }}