From 2f57793a774da73e88d202f9211ff17d054ed119 Mon Sep 17 00:00:00 2001 From: "matej.vukosav" Date: Tue, 19 Nov 2024 20:00:00 +0800 Subject: [PATCH] fix: trigger contribution action only on issue comment --- .github/workflows/contributions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/contributions.yml b/.github/workflows/contributions.yml index 40e4ff7f6..b5b66ccb4 100644 --- a/.github/workflows/contributions.yml +++ b/.github/workflows/contributions.yml @@ -1,10 +1,8 @@ -name: Configure Issue and PR labels +name: Apply label on issue or pr comment on: issue_comment: types: [created] - pull_request_review_comment: - types: [created] jobs: applyNeedsAttentionLabel: