Skip to content

Migrate pull request automation away from pull_request_target #219

Migrate pull request automation away from pull_request_target

Migrate pull request automation away from pull_request_target #219

Workflow file for this run

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 }}"