summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-16 21:44:14 +0200
committerGitHub <noreply@github.com>2022-09-16 21:44:14 +0200
commit9c42933711667034c9335f408e1a8a53031e9865 (patch)
treea87e84cf6cd4656fe410bcc4470dc6b666e95458 /.github
parent6619baab9b02e9f98598993e14cfc2b462b3a710 (diff)
downloaddjango-9c42933711667034c9335f408e1a8a53031e9865.tar.gz
Fixed permissions for GitHub action with welcome message.
Follow up to bc33b047848759e7ae90bf85c94ff6cc5913e1ee.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/new_contributor_pr.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml
index 2348e14ed8..1d8b7bfe55 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -5,8 +5,7 @@ on:
types: [opened]
permissions:
- pulls: write
- pull-requests: read
+ pull-requests: [read, write]
jobs:
build: