Check for PR conflicts #58
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 for PR conflicts | |
on: | |
schedule: | |
- cron: 23 1 * * 1-5 | |
workflow_dispatch: | |
jobs: | |
check-pr-conflicts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | |
- name: Check all PRs for conflict | |
uses: camunda/infra-global-github-actions/preview-env/conflicts@main |