From a6f09602fb283d6e689a247ddc4ba489f636ef64 Mon Sep 17 00:00:00 2001 From: Pavel-tabnine Date: Mon, 4 May 2026 13:03:22 +0300 Subject: [PATCH] DEV3-5280 - Add branding section to action.yml Add branding section with icon and color to action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 3858ab1..2b280ea 100644 --- a/action.yml +++ b/action.yml @@ -460,3 +460,8 @@ runs: # Remove settings.json to prevent sensitive auth data from persisting # between runs on self-hosted / named runners (e.g. GHES environments). rm -f ~/.tabnine/agent/settings.json + + +branding: + icon: 'terminal' + color: 'red'