Skip to content

Commit

Permalink
Allow reassign-reviewer anywhere in the comment (#13266)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Mar 5, 2025
1 parent 43d32df commit ced05e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reassign-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions-ecosystem/action-regex-match@d50fd2e7a37d0e617aea3d7ada663bd56862b9cc # v2.0.2
with:
text: ${{ github.event.comment.body }}
regex: '^@modular-magician reassign-reviewer ?@?([a-zA-Z0-9-]+)?$'
regex: '(^|\n|\r)@modular-magician reassign-reviewer ?@?([a-zA-Z0-9-]+)?($|\n|\r)'
- name: Checkout Repository
if: steps.read-comment.outputs.match != ''
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
Expand Down

0 comments on commit ced05e5

Please sign in to comment.