Skip to content

Commit

Permalink
ci(lint-pr): reduce permissions to minimum (nodejs#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored and KhafraDev committed Jun 23, 2022
1 parent f3adc8d commit 88b8040
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-pr.yml
@@ -1,4 +1,4 @@
name: 'Lint PR'
name: 'Lint PR Title'

on:
pull_request_target:
Expand All @@ -7,6 +7,10 @@ on:
- edited
- synchronize

permissions:
pull-requests: read
statuses: write

jobs:
main:
name: Validate PR title
Expand Down

0 comments on commit 88b8040

Please sign in to comment.