Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions example.txt

This file was deleted.

3 changes: 1 addition & 2 deletions izigit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ PrIssueToPreprod() {
# Get issue title
pr_title=$(gh issue view $2 --json title --jq .title)
# remove special characters from pr_title
pr_title=${issue_title//[^a-zA-Z0-9 ]/}

pr_title=${pr_title//[^a-zA-Z0-9 ]/}

# Create a pull request from the issue branch to the target branch (preprod)
gh pr create --base preprod --head $issue_branch_name -t "$2 $pr_title" -b ""
Expand Down