Skip to content

fix(lint/noUndeclaredVariables): don't alert on arguments object in a function scope #5981

fix(lint/noUndeclaredVariables): don't alert on arguments object in a function scope

fix(lint/noUndeclaredVariables): don't alert on arguments object in a function scope #5981

Workflow file for this run

# 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: ubuntu-latest
if: github.repository_owner == 'biomejs'
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true