diff --git a/.github/workflows/pull-request-content-check.yml b/.github/workflows/pull-request-content-check.yml index 3fd57f44e1..0bb0d0a80d 100644 --- a/.github/workflows/pull-request-content-check.yml +++ b/.github/workflows/pull-request-content-check.yml @@ -1,7 +1,7 @@ name: Lint PR Title on: - pull_request_target: + pull_request: types: - opened - edited diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f523427d93..6f38884e62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,6 @@ on: permissions: repository-projects: read contents: read - actions: write - pull-requests: write statuses: read env: CI: 1