Skip to content

feat(file-based): Add Calamine-first with Openpyxl fallback for Excel parser #4670

feat(file-based): Add Calamine-first with Openpyxl fallback for Excel parser

feat(file-based): Add Calamine-first with Openpyxl fallback for Excel parser #4670

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# # pull_request_target event is required for autolabeler to support PRs from forks
# pull_request_target:
# types: [opened, reopened, synchronize]
concurrency:
group: release-drafter-${{ github.ref }}
cancel-in-progress: false
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-24.04
steps:
# Drafts the next Release notes as Pull Requests are merged into "main"
# Pinned to v6.0.0 to avoid v6.1.0 bug: https://github.com/release-drafter/release-drafter/issues/1425
- uses: release-drafter/release-drafter@v6.0.0
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}