From b83f042416d138c7be3ccd387edb32e224300df2 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 15 Oct 2025 11:26:28 +0400 Subject: [PATCH] fix: actions --- .github/workflows/deprecated.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deprecated.yml b/.github/workflows/deprecated.yml index 73ac338ab9..3c0699dbf3 100644 --- a/.github/workflows/deprecated.yml +++ b/.github/workflows/deprecated.yml @@ -1,13 +1,14 @@ name: Deprecated on: - pull_request: + pull_request_target: types: [opened, synchronize] permissions: issues: write contents: read pull-requests: write + jobs: deprecated: runs-on: ubuntu-latest