Skip to content

Commit

Permalink
Add dummy ticket to fix issue with sync (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny authored Dec 5, 2024
1 parent e165d21 commit 55b118e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sync-integration-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
# Set a default body if no recent PR body is found
if [ -z "$pr_body" ]; then
pr_body="This pull request syncs the changes from the telemetry-shippers repo to this repo. link to the original PR $pr_url"
pr_body="This pull request syncs the changes from the telemetry-shippers repo to this repo. link to the original PR $pr_url **dummy ticket to pass ticket validate[cds-1708]**"
else
pr_body="Link to the original PR: $pr_url $pr_body"
pr_body="Link to the original PR: $pr_url $pr_body **dummy ticket to pass ticket validate[cds-1708]**"
fi
# Create the new pull request with the title and body
Expand Down

0 comments on commit 55b118e

Please sign in to comment.