Skip to content

Commit

Permalink
Set all premissions to write
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsomogyi committed Jan 4, 2024
1 parent c370868 commit 81c80f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr_reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ on:
types: [submitted]

permissions:
actions: write
checks: write
contents: write
deployments: write
discussions: write
issues: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

jobs:
add_reviewers:
Expand Down

0 comments on commit 81c80f4

Please sign in to comment.