Skip to content

Commit

Permalink
fix(perms): adds write access for pr and issues
Browse files Browse the repository at this point in the history
Co-Authored-By: nuxen <[email protected]>
  • Loading branch information
zakkarry and nuxencs committed Apr 14, 2024
1 parent ba7fc82 commit 6f1844a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-naming-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, reopened, edited, synchronize]

permissions:
issues: write
pull-requests: write

jobs:
pull-request-title-validation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f1844a

Please sign in to comment.