fix: add missing reno files for 7543, 7562 and 7535 #2859
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Release Notes | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
- labeled | |
- unlabeled | |
paths-ignore: | |
- "**.py" | |
- "pyproject.toml" | |
- "!.github/**/*.py" | |
- "!rest_api/**/*.py" | |
jobs: | |
reno: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Skip mandatory job | |
run: echo "Skipped!" |