Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 0692e5e

Browse files
committed
♻️ chore: update permissions for pull requests in CI workflows
1 parent 2c63888 commit 0692e5e

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
pull-requests: read
1112

1213
jobs:
1314
test:

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
pull-requests: read
1112

1213
jobs:
1314
lint:

.github/workflows/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
permissions:
88
pull-requests: write
99
contents: write
10+
checks: read
11+
statuses: read
1012

1113
jobs:
1214
auto-approve:

0 commit comments

Comments
 (0)