You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contents: read # this is required when the repository gets private
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Close PR
if: github.actor != 'yssk22'
run: |
gh pr comment ${{ github.event.pull_request.number }} --body "Closing this PR. Please see [How To Contribute](https://github.com/yssk22/hpapp/blob/main/docs/how-to-contribute.md)."
gh pr close ${{ github.event.pull_request.number }} --repo ${{ github.repository }}