Skip to content

[WIP] Interoperability updates for py3.8, py3.9 and py3.10 #2720

[WIP] Interoperability updates for py3.8, py3.9 and py3.10

[WIP] Interoperability updates for py3.8, py3.9 and py3.10 #2720

Workflow file for this run

name: Checks
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- master
- v[0-9]+.[0-9]+
jobs:
# Changelog checker will verify if CHANGELOG.rst was updated for every PR
# See: https://keepachangelog.com/en/1.0.0/
changelog-checker:
name: Add CHANGELOG.rst
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Changelog check
# https://github.com/marketplace/actions/changelog-checker
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}