From b41aa7327dfd04c0d78ce6a6d9e1c86bf8157d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Trunk=C3=A1t?= Date: Tue, 6 Feb 2024 13:00:44 +0100 Subject: [PATCH] feat: Reverting Update pull_request_toolkit.yaml back --- required_workflows/pull_request_toolkit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/required_workflows/pull_request_toolkit.yaml b/required_workflows/pull_request_toolkit.yaml index ad6536a..0d15d23 100644 --- a/required_workflows/pull_request_toolkit.yaml +++ b/required_workflows/pull_request_toolkit.yaml @@ -1,9 +1,9 @@ # For more info see: https://github.com/apify/pull-request-toolkit-action/ name: Apify pull request toolkit -# on: -# pull_request: -# types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default. +on: + pull_request: + types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default. concurrency: # This is to make sure that it's executed only for the most recent changes of PR. group: ${{ github.ref }}