-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename project from create-pr.sh to create-pr
- Loading branch information
1 parent
e3a82d4
commit 1593559
Showing
8 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
|
||
function set_up() { | ||
export APP_CREATE_PR_ROOT_DIR=. | ||
export REMOTE_URL="[email protected]:Chemaclass/create-pr.sh.git" | ||
export REMOTE_URL="[email protected]:Chemaclass/create-pr.git" | ||
export BASE_BRANCH="main" | ||
export BRANCH_NAME="feat/ticket-123-my_branch-name" | ||
export PR_TEMPLATE_PATH=".github/PULL_REQUEST_TEMPLATE.md" | ||
export PR_TICKET_LINK_PREFIX="https://github.com/Chemaclass/create-pr.sh/issues/" | ||
export PR_TICKET_LINK_PREFIX="https://github.com/Chemaclass/create-pr/issues/" | ||
export PR_LINK_PREFIX_TEXT="Closes: " | ||
export PR_TITLE_TEMPLATE="{{TICKET_KEY}}-{{TICKET_NUMBER}} {{PR_TITLE}}" | ||
export PR_LABEL_MAPPING="default:enhancement;" | ||
|
||
SCRIPT="$CREATE_PR_ROOT_DIR/create-pr.sh" | ||
SCRIPT="$CREATE_PR_ROOT_DIR/create-pr" | ||
} | ||
|
||
function test_success() { | ||
|
18 changes: 9 additions & 9 deletions
18
tests/e2e/snapshots/create_pr_test_sh.test_script_with_debug.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[[33mDUMP[0m] [32m./create-pr.sh:55: [0mREMOTE_URL: [email protected]:Chemaclass/create-pr.sh.git | ||
[[33mDUMP[0m] [32m./create-pr.sh:56: [0mBRANCH_NAME: feat/ticket-123-my_branch-name | ||
[[33mDUMP[0m] [32m./create-pr.sh:57: [0mPR_USING_CLIENT: github | ||
[[33mDUMP[0m] [32m./create-pr.sh:58: [0mPR_TEMPLATE: ./.github/PULL_REQUEST_TEMPLATE.md | ||
[[33mDUMP[0m] [32m./create-pr.sh:59: [0mPR_LABEL: enhancement | ||
[[33mDUMP[0m] [32m./create-pr.sh:60: [0mPR_TITLE: TICKET-123 My branch name | ||
[[33mDUMP[0m] [32m./create-pr.sh:61: [0mPR_BODY: ### 🔗 Ticket | ||
|
||
Closes: https://github.com/Chemaclass/create-pr.sh/issues/TICKET-123 | ||
[[33mDUMP[0m] [32m./create-pr:55: [0mREMOTE_URL: [email protected]:Chemaclass/create-pr.git | ||
[[33mDUMP[0m] [32m./create-pr:56: [0mBRANCH_NAME: feat/ticket-123-my_branch-name | ||
[[33mDUMP[0m] [32m./create-pr:57: [0mPR_USING_CLIENT: github | ||
[[33mDUMP[0m] [32m./create-pr:58: [0mPR_TEMPLATE: ./.github/PULL_REQUEST_TEMPLATE.md | ||
[[33mDUMP[0m] [32m./create-pr:59: [0mPR_LABEL: enhancement | ||
[[33mDUMP[0m] [32m./create-pr:60: [0mPR_TITLE: TICKET-123 My branch name | ||
[[33mDUMP[0m] [32m./create-pr:61: [0mPR_BODY: ### 🔗 Ticket | ||
|
||
Closes: https://github.com/Chemaclass/create-pr/issues/TICKET-123 | ||
|
||
## 🤔 Background | ||
|
||
|