From 74026e2374d94be4b09f3a8e3ad6c3d670dbd887 Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Thu, 16 Dec 2021 14:50:41 +0100 Subject: [PATCH] ci: update global workflows --- ...e-for-humans-add-ready-to-merge-or-do-not-merge-label.yml | 5 ++++- .github/workflows/help-command.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml b/.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml index a606fed3a..68f396031 100644 --- a/.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml +++ b/.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml @@ -4,7 +4,10 @@ #Purpose of this workflow is to enable anyone to label PR with `ready-to-merge` and `do-not-merge` labels to get stuff merged or blocked from merging name: Add ready-to-merge or do-not-merge label # if proper comment added -on: issue_comment +on: + issue_comment: + types: + - created jobs: parse-comment-and-add-ready: # for handling cases when you want to mark as ready to merge diff --git a/.github/workflows/help-command.yml b/.github/workflows/help-command.yml index 2544f0738..0fac866f4 100644 --- a/.github/workflows/help-command.yml +++ b/.github/workflows/help-command.yml @@ -3,7 +3,10 @@ name: Create help comment -on: [issue_comment] +on: + issue_comment: + types: + - created jobs: create_help_comment: