Skip to content

xext: xace: use stdbool's 'bool' instead of 'Bool' for local variables #1970

xext: xace: use stdbool's 'bool' instead of 'Bool' for local variables

xext: xace: use stdbool's 'bool' instead of 'Bool' for local variables #1970

# 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 }}