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