fix(biome_migrate): use object-level syntax node as rule state for the organize_imports
analyzer to do action mutation
#11637
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
# Automatically labels PRs based on the configuration file | |
# you are probably looking for 👉 `.github/labeler.yml` | |
name: Label PRs | |
on: | |
- pull_request_target | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: depot-ubuntu-24.04-arm-small | |
if: github.repository_owner == 'biomejs' | |
steps: | |
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: true |