Skip to content

fix: improve robustness with nil-safe context handling and proper error propagation #2234

fix: improve robustness with nil-safe context handling and proper error propagation

fix: improve robustness with nil-safe context handling and proper error propagation #2234

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
lint-pr-title:
# This workflow is safe to use with pull_request_target because it only
# calls an external reusable workflow and does not execute any code
# from the PR itself. The GITHUB_TOKEN is read-only (contents: read).
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@main