Skip to content

Commit

Permalink
Add permissions to pr title check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Jun 25, 2024
1 parent c761b50 commit 2de0b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
check_title:
runs-on: ubuntu-20.04
permissions:
pull-requests: write
steps:
- uses: ytanikin/[email protected]
with:
Expand Down

0 comments on commit 2de0b9f

Please sign in to comment.