Skip to content

Raise a friendly message when a str is provided to TensorFrame(col_names_dict) instead of a list[str] #2936

Raise a friendly message when a str is provided to TensorFrame(col_names_dict) instead of a list[str]

Raise a friendly message when a str is provided to TensorFrame(col_names_dict) instead of a list[str] #2936

Workflow file for this run

name: Changelog Enforcer
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Enforce changelog entry
uses: dangoslen/changelog-enforcer@v2
with:
skipLabels: 'skip-changelog'