Update WebDriver BiDi data #14628
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: auto-merge | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| permissions: {} # No GITHUB_TOKEN permissions, as we use GH_TOKEN instead. | |
| jobs: | |
| auto-merge: | |
| uses: mdn/workflows/.github/workflows/auto-merge.yml@main | |
| with: | |
| target-repo: "mdn/browser-compat-data" | |
| secrets: | |
| GH_TOKEN: ${{ secrets.GH_TOKEN }} |