From 3dccc91f3c5d8a2d75219a5c9a0272b89f8b6051 Mon Sep 17 00:00:00 2001 From: Misha Tiurin Date: Wed, 29 Apr 2026 18:17:10 +0200 Subject: [PATCH] chore: simplify pull-request-lint workflow Switch from pull_request_target to pull_request and drop explicit types to use defaults (opened, synchronize, reopened). --- .github/workflows/pull-request-lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index 1d14c12..083c7d1 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -1,11 +1,7 @@ name: Pull Request Lint on: - pull_request_target: - types: - - opened - - edited - - reopened + pull_request: jobs: validate: