ci: don't run auto close for certain circumstances (#50372)

This commit is contained in:
John Kleinschmidt
2026-03-19 14:48:09 -04:00
committed by GitHub
parent e31a95b15f
commit 5b2b9cdeff

View File

@@ -2,14 +2,13 @@ name: PR Template Check
on:
pull_request_target:
types: [opened, edited]
branches:
- main
types: [opened, ready_for_review]
permissions: {}
jobs:
check-pr-template:
if: ${{ github.event.pull_request.head.repo.fork && !github.event.pull_request.draft && !startsWith(github.head_ref, 'roller/') }}
name: Check PR Template
runs-on: ubuntu-slim
permissions: