mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Made GitHub action add welcome message only after opening PR.
This commit is contained in:
1
.github/workflows/new_contributor_pr.yml
vendored
1
.github/workflows/new_contributor_pr.yml
vendored
@@ -2,6 +2,7 @@ name: New contributor message
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user