You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/port-pr.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ jobs:
148
148
echo "Created temporary body file: ${BODY}"
149
149
echo -e "This is an automated request to port PR #${ORIGINAL_ISSUE_NUMBER} by @${GITHUB_ACTOR}\n\n" > $BODY
150
150
echo -e "Original PR body:\n\n" >> $BODY
151
-
CLEANED_BODY=$(echo "${ORIGINAL_PR}" | jq -r .body | sed -E 's/(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved):?\s+([a-zA-Z0-9-]+\/[a-zA-Z0-9-.]*)?#[0-9]+\s*,?\s*//gI')
151
+
CLEANED_BODY=$(echo "${ORIGINAL_PR}" | jq -r .body | sed -E 's/(close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved):?\s+([a-zA-Z0-9-]+\/[a-zA-Z0-9-.]*)?#[0-9]+\s*,?\s*/Original text redacted by port-pr.yaml /gI'
0 commit comments