Skip to content

Commit

Permalink
Renamed title to sub-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
matan84 committed May 19, 2024
1 parent b4e9c8b commit 8efc57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_issue(
"body": f"⭐️ {scorecard_title} tasks for the {blueprint}: {entity_title} \n"
f"This issue contains all sub-tasks needed to be completed for [{entity_title}](https://app.getport.io/appEntity?identifier={entity.get('identifier')}) to reach the {level} level in the {scorecard_title} scorecard.\n"
f"\n> :bulb: **Tip:** Scorecards are a way for you and your team to define and track standards, metrics, and KPIs in different categories such as production readiness, quality, productivity, and more. For more information about your scorecards, go to [Port]({get_port_url(settings.port_region)})"
"\n# Tasks"
"\n# Sub-Tasks"
"\n" + "\n".join(tasks) + "\n",
"labels": ["Port", scorecard_title, level, entity["identifier"]],
}
Expand Down

0 comments on commit 8efc57f

Please sign in to comment.