Skip to content

Add back normalize_prefix() #201

Add back normalize_prefix()

Add back normalize_prefix() #201

Workflow file for this run

name: Version check
on: [push, pull_request]
jobs:
build:
# We want to run on external PRs, but not on our own internal PRs as they'll be run
# by the push to the branch. Without this if check, checks are duplicated since
# internal PRs match both the push and pull_request events.
if:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Check version is updated in CHANGELOG.md
run: |
python -m pip install requests
python ./scripts/check_version_and_changelog.py branch