Skip to content

fix(save): make format-on-save await the formatter and target the saved file #1335

fix(save): make format-on-save await the formatter and target the saved file

fix(save): make format-on-save await the formatter and target the saved file #1335

Workflow file for this run

name: Add Pull Requests Labels

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

View workflow run for this annotation

GitHub Actions / Add Pull Requests Labels

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, closed, ready_for_review]
jobs:
add-labels:
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.event.action == 'opened'
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v7