mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed permissions for GitHub action with welcome message.
Follow up to bc33b04784.
This commit is contained in:
2
.github/workflows/new_contributor_pr.yml
vendored
2
.github/workflows/new_contributor_pr.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
pull-requests: [read, write]
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user