Skip to content

Auto-label merge conflicts #61911

Auto-label merge conflicts

Auto-label merge conflicts #61911

name: Auto-label merge conflicts
on:
workflow_dispatch:
schedule:
- cron: "*/15 * * * *"
# limit permissions
permissions:
contents: read
pull-requests: write
jobs:
conflicts:
runs-on: ubuntu-latest
steps:
- uses: mschilde/[email protected]
with:
CONFLICT_LABEL_NAME: conflicts
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"