Skip to content

chore(deps-dev): bump web-specs from 3.76.0 to 3.77.0 (#28926) #25120

chore(deps-dev): bump web-specs from 3.76.0 to 3.77.0 (#28926)

chore(deps-dev): bump web-specs from 3.76.0 to 3.77.0 (#28926) #25120

name: PR Needs Rebase
on:
push:
pull_request_target:
branches:
- main
types: [synchronize]
permissions:
contents: read
pull-requests: write # To add labels and comment on PRs
concurrency:
group: pr-rebase-needed-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
jobs:
label-rebase-needed:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/browser-compat-data"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}