From 27fca793e1ff525d4ae476e76107cc2e387960c4 Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 12 Jul 2023 16:18:47 -0700 Subject: [PATCH] refactor(ci): limit dependabot job perm to pull-request --- .github/workflows/dependabot-assignments.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-assignments.yml b/.github/workflows/dependabot-assignments.yml index be8dfda65..97bbd061e 100644 --- a/.github/workflows/dependabot-assignments.yml +++ b/.github/workflows/dependabot-assignments.yml @@ -1,7 +1,8 @@ name: Dependabot auto-assign reviewer on: pull_request -permissions: write-all +permissions: + pull-requests: write jobs: dependabot: