Skip to content

chore(git-sync): auto-applied #115

chore(git-sync): auto-applied

chore(git-sync): auto-applied #115

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: {}
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
checks: write
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}