Skip to content

Workflow file for this run

name: Auto Request Review
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
auto-request-review:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: 'heart'