diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 156b46eb..18b32b32 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -1,9 +1,8 @@ -name: Pull Requests +name: pull requests on: pull_request_target: - types: - - opened + types: [opened] permissions: pull-requests: write