From 2e67ef2dba30839fa96b8e884d50936b08737e25 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Mon, 8 Jan 2024 17:36:45 -0700 Subject: [PATCH] Need write access to PR to add/edit comments actually. --- .github/workflows/bench.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 15ad4e5..66f83f0 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -8,6 +8,9 @@ concurrency: on: pull_request: +permissions: + pull-requests: write + jobs: benchmark-pr: runs-on: ubuntu-latest