Skip to content

fix route_bundle bbox ignore for single route (or matching opposite side) #171

fix route_bundle bbox ignore for single route (or matching opposite side)

fix route_bundle bbox ignore for single route (or matching opposite side) #171

Workflow file for this run

name: Update Changelog
on:
pull_request:
types: [ closed ]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}