Skip to content

Fix max_seq_length variable using the maximum number of baskets in tr… #107

Fix max_seq_length variable using the maximum number of baskets in tr…

Fix max_seq_length variable using the maximum number of baskets in tr… #107

name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Draft release
uses: release-drafter/[email protected]
id: release_drafter
with:
config-name: draft-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}