Skip to content

Update 418 status code docs with RFC 9110 reference (#40647) #8024

Update 418 status code docs with RFC 9110 reference (#40647)

Update 418 status code docs with RFC 9110 reference (#40647) #8024

name: "PR conflicts"
on:
push:
pull_request_target:
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 }}