From 94f3cc4965de4e9319c5265c60247a4b1a92c8f5 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 12 Apr 2024 11:17:00 +0200 Subject: [PATCH] feat: add review --- .github/workflows/label-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 6fb76fc..87506bc 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -13,6 +13,6 @@ jobs: - name: add labels uses: actions-ecosystem/action-add-labels@v1 - if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) }} + if: ${{ contains( fromJson('[ "tomalaforge" ]'), github.actor ) && startsWith(github.event.pull_request.title, 'Answer') }} with: labels: supporter