From ee7a04a318045f639d69bd249ed3fe1e4883735a Mon Sep 17 00:00:00 2001 From: Tobias Giese Date: Tue, 16 Jul 2024 10:39:28 +0200 Subject: [PATCH] ci: sent ci-triggers comment only once on PR open or reopen If we specify a type we can stop the Github Actions bot from resending the ci-triggers list to open PRs on every HEAD change. > [...] if no activity types are specified, the workflow runs when a pull request is opened or reopened or when the head branch of the pull request is updated. Signed-off-by: Tobias Giese --- .github/workflows/pr-ci-triggers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-ci-triggers.yml b/.github/workflows/pr-ci-triggers.yml index 6efc6d163..270b36380 100644 --- a/.github/workflows/pr-ci-triggers.yml +++ b/.github/workflows/pr-ci-triggers.yml @@ -1,5 +1,6 @@ on: pull_request_target: + types: [opened, reopened] jobs: vendors-ci-triggers-list: