Skip to content

Allow initializing Distance from angle-like parallax #21538

Allow initializing Distance from angle-like parallax

Allow initializing Distance from angle-like parallax #21538

Workflow file for this run

name: Check PR change log
on:
# So it cannot be skipped.
pull_request_target:
types: [opened, synchronize, labeled, unlabeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changelog_checker:
name: Check if towncrier change log entry is correct
runs-on: ubuntu-latest
steps:
- uses: scientific-python/action-towncrier-changelog@535813cbb8a749517a75e5c0ac339d6ae369b558 # 0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BOT_USERNAME: gilesbot