chore(deps): bump types-pytz from 2026.2.0.20260506 to 2026.2.0.20260518 #952
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
| ## Reference: https://github.com/amannn/action-semantic-pull-request | |
| --- | |
| name: "Lint PR Title" | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, edited, synchronize] | |
| permissions: | |
| contents: read | |
| jobs: | |
| main: | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| statuses: write | |
| uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@e92cb6053ace495fe40a5f185988557afcdcecbc | |
| secrets: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |