ci: Add permissions to pr title check workflow (#1491)

This commit is contained in:
Sergey Kuznetsov
2024-06-25 14:30:50 +01:00
committed by GitHub
parent c761b50fa4
commit 6a848649b3

View File

@@ -7,6 +7,8 @@ on:
jobs:
check_title:
runs-on: ubuntu-20.04
permissions:
pull-requests: write
steps:
- uses: ytanikin/PRConventionalCommits@1.2.0
with: