Skip to content

Commit c7621db

Browse files
authored
Update pr-issue-validator.yaml
1 parent fa81947 commit c7621db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-issue-validator.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ on:
2121
jobs:
2222
validate-PR-issue:
2323
runs-on: ubuntu-latest
24-
24+
permissions:
25+
issues: write
26+
contents: read
27+
pull-requests: write
2528
steps:
2629
- name: Checkout repository
2730
uses: actions/checkout@v2

0 commit comments

Comments
 (0)