Migrate pull request automation away from pull_request_target #219
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: Auto-close PR | |
| on: | |
| pull_request: | |
| types: [opened, reopened] | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| signal: | |
| name: Signal | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "Auto-close signal for PR #${{ github.event.pull_request.number }}" |