Skip to content

[FIX] Add tol parameter to events_from_annotations #30

[FIX] Add tol parameter to events_from_annotations

[FIX] Add tol parameter to events_from_annotations #30

Workflow file for this run

name: autofix.ci
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
permissions:
contents: read
jobs:
autofix:
name: Autoupdate changelog entry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install --upgrade towncrier pygithub
- run: python ./.github/actions/rename_towncrier/rename_towncrier.py
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84