From e8b371e8b1df1f64a8730db08b5b7dbe252636d7 Mon Sep 17 00:00:00 2001 From: Ethan Lee <55861805+devethan@users.noreply.github.com> Date: Sat, 26 Aug 2023 06:58:56 +0900 Subject: [PATCH] Add `write` permission to the action https://github.com/andresz1/size-limit-action/issues/104#issuecomment-1534099984 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2dac8f3..b52ac07 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ on: pull_request: branches: - master +permissions: + pull-requests: write jobs: size: runs-on: ubuntu-latest