mirror of
https://github.com/Hopiu/django.git
synced 2026-04-24 00:34:47 +00:00
Fixed permissions for GitHub action with welcome message.
This commit is contained in:
parent
229360d7ad
commit
bc33b04784
1 changed files with 1 additions and 1 deletions
2
.github/workflows/new_contributor_pr.yml
vendored
2
.github/workflows/new_contributor_pr.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
types: [opened]
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pulls: write
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue