Skip to content

Commit 87f54e9

Browse files
authored
ci: Fix editing of PR badge (#40)
1 parent ea77b23 commit 87f54e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
validate-pr-title:
99
runs-on: ubuntu-latest
1010
permissions:
11-
pull-requests: read
11+
pull-requests: write
12+
issues: write
1213
steps:
1314
- name: PR Conventional Commit Validation
1415
uses: ytanikin/pr-conventional-commits@1.4.0

0 commit comments

Comments
 (0)