Skip to content

Commit fc6baf9

Browse files
committed
chore: declare minimum scope on pr-metadata-check workflow
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 41cea4c commit fc6baf9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-metadata-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
- reopened
1818
- ready_for_review
1919

20+
permissions:
21+
contents: read
22+
pull-requests: read
23+
2024
jobs:
2125
check-metadata:
2226
name: PR has assignee, labels, and milestone

0 commit comments

Comments
 (0)