mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Add PR creation from Fork
This commit is contained in:
parent
ac9f92d6e7
commit
e48dab0c1c
9 changed files with 48 additions and 12 deletions
1
dist/cpr/create_pull_request.py
vendored
1
dist/cpr/create_pull_request.py
vendored
|
@ -224,4 +224,5 @@ if result["action"] in ["created", "updated"]:
|
|||
os.environ.get("CPR_TEAM_REVIEWERS"),
|
||||
os.environ.get("CPR_PROJECT_NAME"),
|
||||
os.environ.get("CPR_PROJECT_COLUMN_NAME"),
|
||||
os.environ.get("CPR_REQUEST_TO_PARENT"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue