summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-19 05:15:06 +0200
committerGitHub <noreply@github.com>2022-09-19 05:15:06 +0200
commit2d07f24f15e70bbf4bd68e037ef22d39c22a142d (patch)
treeadf1b6b73c35bf7d65ec221801f678c9e5c5c59e /.github
parentf88fc72da4eb76f2d464edb4874ef6046f8a8658 (diff)
downloaddjango-2d07f24f15e70bbf4bd68e037ef22d39c22a142d.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.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 1d8b7bfe55..3e0119ebdc 100644
--- a/.github/workflows/new_contributor_pr.yml
+++ b/.github/workflows/new_contributor_pr.yml
@@ -5,7 +5,7 @@ on:
types: [opened]
permissions:
- pull-requests: [read, write]
+ pull-requests: write
jobs:
build: