diff --git a/.github/workflows/title-checker.yml b/.github/workflows/title-checker.yml index 25e5bc1c4..600a92a3c 100644 --- a/.github/workflows/title-checker.yml +++ b/.github/workflows/title-checker.yml @@ -1,7 +1,7 @@ name: Title on: - pull_request: + pull_request_target: types: - opened - edited @@ -9,6 +9,10 @@ on: - synchronize - ready_for_review +permissions: + pull-requests: write + contents: read + jobs: Check: uses: Laravel-Lang/.github/.github/workflows/title-checker.yml@main