From 4e1c0eb743951381d1a17f79446bd9140325dcfa Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Mon, 27 Jan 2025 17:08:03 +0500 Subject: [PATCH] ci: grant 'contents' write permission to auto-merge dependabot PRs (#16293) --- .github/workflows/contrib.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 655c0e118d..2b7d4c058d 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -29,6 +29,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'coder/coder' permissions: pull-requests: write + contents: write steps: - name: Dependabot metadata id: metadata