Skip to content

Commit f8b0286

Browse files
committed
add write permissions for dependabot workflow
1 parent e9cf43a commit f8b0286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
ApproveAndMerge:
913
name: Auto approve Dependabot PRs

0 commit comments

Comments
 (0)