Skip to content

Only load editor script if block editor #267

Only load editor script if block editor

Only load editor script if block editor #267

name: Close issues related to a merged PR
on:
pull_request:
types: [closed]
jobs:
closeIssueOnPrMergeTrigger:
runs-on: ubuntu-latest
steps:
- name: Closes issues related to a merged pull request.
uses: docker://ghcr.io/automattic/gha-mjolnir
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}