xext: xace: use stdbool's 'bool' instead of 'Bool' for local variables #1970
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
| # SPDX-License-Identifier: AGPL-3.0-or-later | |
| # Copyright (C) 2026 Enrico Weigelt, metux IT consult <info@metux.net> | |
| name: check PRs for merge conflicts | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - 'maint-*' | |
| - 'rfc/new-abi*' | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: nokamoto/merge-conflict-action@v0.0.4 | |
| with: | |
| owner: X11Libre | |
| repo: xserver | |
| token: ${{ secrets.GITHUB_TOKEN }} |