Skip to content

Commit

Permalink
give write perms to validate-pr-title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Oct 12, 2023
1 parent 6a18717 commit bde9e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@v5
id: lint_pr_title
Expand Down

0 comments on commit bde9e0d

Please sign in to comment.