Check conflict branch in PR #16303
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check conflict branch in PR | |
on: | |
schedule: | |
- cron: '*/30 * * * *' # Run at every 6 minutes | |
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: ./ | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
label: conflict |