fix: improve robustness with nil-safe context handling and proper error propagation #2236
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
| 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 |