From 087b8a21f57bee7351b3000783ebf279707ff2ef Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 29 Oct 2022 16:16:45 +0200 Subject: [PATCH] [core] Fix permissions in workflow See https://github.com/mui/mui-x/pull/6658 for more details. --- .github/workflows/no-response.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 422f86ae346247..7eaa844612fdb6 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -1,4 +1,4 @@ -name: No Response +name: No response # Both `issue_comment` and `scheduled` event types are required for this Action # to work properly. @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - pull-requests: write + issues: write steps: - uses: lee-dohm/no-response@v0.5.0 with: