lidavidm commented on PR #4425:
URL: https://github.com/apache/arrow-adbc/pull/4425#issuecomment-4773952351

   Just have to tighten the regex:
   ```
   $ ./.github/workflows/dev_pr/body_check.py '@lidavidm'
   PR body: "@lidavidm"
   ============================================================
   PR body is invalid:
   - Please don't ping lidavidm in the PR description
   $ ./.github/workflows/dev_pr/body_check.py '(@lidavidm'
   PR body: "(@lidavidm"
   ============================================================
   PR body is invalid:
   - Please don't ping lidavidm in the PR description
   $ ./.github/workflows/dev_pr/body_check.py 'foo@lidavidm'
   PR body: "foo@lidavidm"
   ============================================================
   PR body is valid
   $ ./.github/workflows/dev_pr/body_check.py '@lidavidm'
   PR body: "@lidavidm"
   ============================================================
   PR body is invalid:
   - Please don't ping lidavidm in the PR description
   $ ./.github/workflows/dev_pr/body_check.py ' @lidavidm'
   PR body: " @lidavidm"
   ============================================================
   PR body is invalid:
   - Please don't ping lidavidm in the PR description
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to