mirror of
https://github.com/Hopiu/django.git
synced 2026-04-18 14:01:21 +00:00
Fixed permissions for GitHub action with welcome message.
Follow up to bc33b04784.
This commit is contained in:
parent
f88fc72da4
commit
2d07f24f15
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:
|
||||
pull-requests: [read, write]
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue