diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 3a670f0..461cc87 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, edited, reopened] +permissions: + pull-requests: write + jobs: automate-pr: runs-on: ubuntu-latest