mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: don't run auto close for certain circumstances (#50372)
This commit is contained in:
committed by
GitHub
parent
e31a95b15f
commit
5b2b9cdeff
5
.github/workflows/pr-template-check.yml
vendored
5
.github/workflows/pr-template-check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user