This repository was archived by the owner on May 27, 2026. It is now read-only.
T8531: restrict Mergify commands to maintainers team #17
This file contains hidden or 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: "PR Conflicts checker" | |
| on: | |
| pull_request_target: | |
| types: [synchronize] | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| check-pr-conflict: | |
| if: github.repository_owner == 'vyos' | |
| uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current | |
| secrets: inherit | |