Skip to content

Commit

Permalink
fix permisions to comment on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 1, 2024
1 parent 570abde commit 7a45d0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/naming-conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ name: PR Title and Label Check
on:
pull_request:
types: [opened, edited, labeled, unlabeled]

permissions:
pull-requests: read
jobs:
enforce-pr-naming:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:

- name: Check PR Title follows conventional commit naming
id: check-pr-naming
uses: amannn/action-semantic-pull-request@v5
Expand Down

0 comments on commit 7a45d0b

Please sign in to comment.