Skip to content

ci(trunk): Upgrade trunk to 1.24.0 #97

ci(trunk): Upgrade trunk to 1.24.0

ci(trunk): Upgrade trunk to 1.24.0 #97

Workflow file for this run

name: PR Check
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
# Disable permissions for all available scopes
permissions: {}
jobs:
validate-pr-title:
name: Validate PR title
permissions:
contents: read
pull-requests: write
uses: 3ware/workflows/.github/workflows/pr-title.yaml@696305065316a4d4708a179e8c31c3e3e01ed15f # 4.21.2
enforce-all-checks:
needs: [validate-pr-title]
name: Checks
permissions:
checks: read
uses: 3ware/workflows/.github/workflows/wait-for-checks.yaml@696305065316a4d4708a179e8c31c3e3e01ed15f # 4.21.2
secrets: inherit