Skip to content

feat(python): update ruff ( 0.7.4 → 0.8.0 ) - autoclosed #110

feat(python): update ruff ( 0.7.4 → 0.8.0 ) - autoclosed

feat(python): update ruff ( 0.7.4 → 0.8.0 ) - autoclosed #110

Workflow file for this run

---
# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Pulumi
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: validate PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}