Skip to content

chore(pulumi): auto-applied #34

chore(pulumi): auto-applied

chore(pulumi): auto-applied #34

Workflow file for this run

# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Pulumi
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 }}