Skip to content

chore: remove 1.x mention from README #5296

chore: remove 1.x mention from README

chore: remove 1.x mention from README #5296

name: Check Release Notes
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
paths-ignore:
- "**.py"
- "pyproject.toml"
- "!.github/**/*.py"
- "releasenotes/notes/*.yaml"
jobs:
reno:
runs-on: ubuntu-latest
steps:
- name: Skip mandatory job
run: echo "Skipped!"