Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e1c0eb

Browse files
authored
ci: grant 'contents' write permission to auto-merge dependabot PRs (#16293)
1 parent 7d6b735 commit 4e1c0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/contrib.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'coder/coder'
3030
permissions:
3131
pull-requests: write
32+
contents: write
3233
steps:
3334
- name: Dependabot metadata
3435
id: metadata

0 commit comments

Comments
 (0)