Skip to content

Commit

Permalink
Fix: Set permission on conventional commits workflow
Browse files Browse the repository at this point in the history
Without setting pull-request write permissions the workflow is failing
at the moment.
  • Loading branch information
bjoernricks committed May 3, 2023
1 parent 13f3df9 commit 9c41b4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Conventional Commits
on:
pull_request:

permissions:
pull-requests: write

jobs:
conventional-commits:
name: Conventional Commits
Expand Down

0 comments on commit 9c41b4a

Please sign in to comment.