Skip to content

Bump @mdn/browser-compat-data from 5.6.34 to 5.6.35 #4509

Bump @mdn/browser-compat-data from 5.6.34 to 5.6.35

Bump @mdn/browser-compat-data from 5.6.34 to 5.6.35 #4509

Workflow file for this run

name: "Pull request labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- if: github.event.pull_request.user.login == 'dependabot[bot]'
run: gh pr edit ${{ github.event.pull_request.number }} --add-label "generated"
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}