fix(save): make format-on-save await the formatter and target the saved file #1335
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: Add Pull Requests Labels | ||
|
Check warning on line 1 in .github/workflows/add-pr-labels.yml
|
||
| 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 | ||