T8218: removed unqueue from mergify yaml as it is not supported #33
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: Check pull request message format | |
| on: | |
| pull_request_target: | |
| branches: | |
| - current | |
| - equuleus | |
| - sagitta | |
| - circinus | |
| types: [opened, synchronize, edited] | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| check-pr-title: | |
| uses: vyos/.github/.github/workflows/check-pr-message.yml@current | |
| secrets: inherit |