Skip to content

Cherry-Pick #7551: [NFC] Address compiler warnings: C4146 - Cases where we can swap to using ~ operator #2873

Cherry-Pick #7551: [NFC] Address compiler warnings: C4146 - Cases where we can swap to using ~ operator

Cherry-Pick #7551: [NFC] Address compiler warnings: C4146 - Cases where we can swap to using ~ operator #2873

name: 'PR description checker'
on:
pull_request_target:
types:
- opened
- edited
- reopened
- labeled
- unlabeled
jobs:
check-pr-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jadrol/[email protected]
id: description-checker
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}