build(deps): bump oss-fuzz-base/base-builder-python from 485af05 to 6b2b3a7 in /.clusterfuzzlite
#9540
Workflow file for this run
This file contains hidden or 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" | |
| - "releasenotes/notes/*.yaml" | |
| permissions: | |
| contents: read | |
| jobs: | |
| reno: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - name: Skip mandatory job | |
| run: echo "Skipped!" |