Skip to content

FF148 CSS overflow, overflow-x, overflow-y support replaced elements - Relnote/docs #51959

FF148 CSS overflow, overflow-x, overflow-y support replaced elements - Relnote/docs

FF148 CSS overflow, overflow-x, overflow-y support replaced elements - Relnote/docs #51959

name: "PR conflicts"
on:
push:
pull_request_target:
branches:
- main
types: [synchronize]
permissions:
# Label pull requests.
pull-requests: write
concurrency:
group: pr-rebase-needed-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
jobs:
labeler:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/content"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}