#1560 Fix - Membership thank you page leaking another member's account details #43
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
| name: Copilot review on comment | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| review: | |
| uses: themegrill/.github/.github/workflows/copilot-review-on-comment.yml@master | |
| secrets: | |
| BOT_TOKEN: ${{ secrets.BOT_TOKEN }} |