mirror of
https://github.com/django/django.git
synced 2025-03-26 09:10:50 +00:00
Fixed permissions for GitHub action with welcome message.
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
This commit is contained in:
parent
f88fc72da4
commit
2d07f24f15
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user