Skip to content

Commit

Permalink
ci: update workflow to give correct permissions (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jun 13, 2024
1 parent 1daedc2 commit a966de9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/platform-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
test
chore
add-labels:
name: Add labels based on Conventional Commit title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Auto-label PR with Conventional Commit title
uses: bcoe/conventional-release-labels@v1
with:
Expand Down

0 comments on commit a966de9

Please sign in to comment.