Skip to content

Make EditContext demo match the MDN tutorial (remove useless setInterval, debug mode, reorganize in files, clean up code) #15

Make EditContext demo match the MDN tutorial (remove useless setInterval, debug mode, reorganize in files, clean up code)

Make EditContext demo match the MDN tutorial (remove useless setInterval, debug mode, reorganize in files, clean up code) #15

name: "Label PRs with conflicts"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
label-merge-conflicts:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
with:
target-repo: "mdn/dom-examples"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}