Skip to content

fix(metrics): attribute fallback calls to each candidate #3900

fix(metrics): attribute fallback calls to each candidate

fix(metrics): attribute fallback calls to each candidate #3900

Workflow file for this run

name: PR Title

Check warning on line 1 in .github/workflows/pr-title.yml

View workflow run for this annotation

GitHub Actions / PR Title

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
pull-requests: read
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test