From 9b43d320cef35dadc8e8a5b75321e63111d168d9 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 24 Nov 2020 08:32:20 -0800 Subject: [PATCH 1/2] gha: Make labeler output less misleading. Signed-off-by: Tim 'mithro' Ansell --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 23956a02f..32afe998a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -4,6 +4,7 @@ on: jobs: triage: + name: "Updating labels" runs-on: ubuntu-latest steps: - uses: actions/labeler@main From 9ccffcc12282080b49c657936ac0eac369d2cc8b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 24 Nov 2020 08:39:06 -0800 Subject: [PATCH 2/2] gha: make the icon more unique. Signed-off-by: Tim 'mithro' Ansell --- .github/workflows/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 32afe998a..200ca362b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,3 +10,7 @@ jobs: - uses: actions/labeler@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + +branding: + icon: 'bookmark' + color: 'green'