Skip to content

feat(label-has-associated-control): add option for enforcing label's htmlFor matches control's id #542

feat(label-has-associated-control): add option for enforcing label's htmlFor matches control's id

feat(label-has-associated-control): add option for enforcing label's htmlFor matches control's id #542

Workflow file for this run

name: Automatic Rebase
on: [pull_request_target]
jobs:
_:
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}