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 47207ee commit 699d39b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Conventional Commits
on:
pull_request:

permissions:
pull-requests: write
contents: read

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

0 comments on commit 699d39b

Please sign in to comment.