Skip to content

Commit d7948c1

Browse files
committed
Set dashboard label color on creation
1 parent b87e157 commit d7948c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/scripts/pull-request-dashboard/publish_dashboard.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
DASHBOARD_TITLE = "Pull Request Dashboard"
1616
DASHBOARD_LABEL = "dashboard"
17+
DASHBOARD_LABEL_COLOR = "cfd3d7"
1718
DASHBOARD_LABEL_DESCRIPTION = "Pull request dashboard"
1819

1920

@@ -92,6 +93,8 @@ def ensure_dashboard_label(repo: str) -> None:
9293
DASHBOARD_LABEL,
9394
"--repo",
9495
repo,
96+
"--color",
97+
DASHBOARD_LABEL_COLOR,
9598
"--description",
9699
DASHBOARD_LABEL_DESCRIPTION,
97100
])

0 commit comments

Comments
 (0)