···2727 with:
2828 actions: create-comment
2929 token: ${{ secrets.GITHUB_TOKEN }}
3030- issue-number: ${{ github.event.issue.number }}
3030+ issue-number: ${{ github.event.issue.number || github.event.pull_request.number }}
3131 body: |
3232- Hello @${{ github.event.issue.user.login }}. Your content has been labeled `maybe automated` because it appears to have been fully generated by AI with no human involvement. It will be **closed automatically in 3 days** unless a real person responds.
3232+ Hello @${{ github.event.issue.user.login || github.event.pull_request.user.login }}. Your content has been labeled `maybe automated` because it appears to have been fully generated by AI with no human involvement. It will be **closed automatically in 3 days** unless a real person responds.
33333434 If you're a real person behind this contribution, please:
3535 - Confirm you've personally reviewed and stand behind its content