Skip to content

- Add year options from 2026 until 2030 (#371) #261

- Add year options from 2026 until 2030 (#371)

- Add year options from 2026 until 2030 (#371) #261

name: "Label PRs with conflicts"
on:
push:
pull_request_target:
branches:
- main
types: [synchronize]
permissions:
# Label pull requests.
pull-requests: write
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 }}