Skip to content

Commit

Permalink
ci: add proper permisisons to PR Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro authored Oct 4, 2024
1 parent 4be1245 commit afcb730
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]

permissions:
actions: read
contents: read
issues: write
pull-requests: write
repository-projects: read
jobs:
validate-pr-title:
runs-on: ubuntu-latest
Expand Down

0 comments on commit afcb730

Please sign in to comment.