summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-16 15:12:14 +0200
committerGitHub <noreply@github.com>2022-09-16 15:12:14 +0200
commitbc33b047848759e7ae90bf85c94ff6cc5913e1ee (patch)
treebe47fb2e0cba82a13ef81206e7d1d7e3213175f0 /.github
parent229360d7adaabb685fd02b92f4f74ff568b6a50d (diff)
downloaddjango-bc33b047848759e7ae90bf85c94ff6cc5913e1ee.tar.gz
Fixed permissions for GitHub action with welcome message.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/new_contributor_pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml
index 7241c20409..2348e14ed8 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -5,7 +5,7 @@ on:
types: [opened]
permissions:
- issues: write
+ pulls: write
pull-requests: read
jobs: