Skip to content

Test MERGEABLE with label conflict #27

Test MERGEABLE with label conflict

Test MERGEABLE with label conflict #27

Workflow file for this run

name: Check conflict branch in PR
on:
schedule:
- cron: '0 */2 * * *' # Run at every 2 hours
jobs:
build:
name: Check conflict branch in PR
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check conflict branch in PR
uses: ./