Skip to content

Commit

Permalink
Change: Set pull-request write permissions on conventional commits ac…
Browse files Browse the repository at this point in the history
…tion

Add necessary permissions for the workflow.
  • Loading branch information
bjoernricks committed May 3, 2023
1 parent d31d1a8 commit 2550fcb
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: Report Conventional Commits
Expand Down

0 comments on commit 2550fcb

Please sign in to comment.