mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed permissions for GitHub action with welcome message.
Follow up to bc33b04784
.
This commit is contained in:
parent
6619baab9b
commit
9c42933711
3
.github/workflows/new_contributor_pr.yml
vendored
3
.github/workflows/new_contributor_pr.yml
vendored
@ -5,8 +5,7 @@ on:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
pulls: write
|
||||
pull-requests: read
|
||||
pull-requests: [read, write]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user