From ba08f4bd03a5984c635a134ab442f240029dd27c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Wed, 28 Feb 2024 19:53:01 +0330 Subject: [PATCH] test fixxx --- .github/workflows/smart-commenting.yml | 31 +++++++++++++------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/smart-commenting.yml b/.github/workflows/smart-commenting.yml index 3c17d242a..a67f672ba 100644 --- a/.github/workflows/smart-commenting.yml +++ b/.github/workflows/smart-commenting.yml @@ -1,22 +1,23 @@ name: Smart Commenting on: - pull_request: - branches: - - develop - paths: - - '**.php' - - 'composer.*' - - '.github/workflows/smart-commenting.yml' - push: - branches: - - develop - paths: - - '**.php' - - 'composer.*' - - '.github/workflows/smart-commenting.yml' + workflow_call: + pull_request: + branches: + - develop + paths: + - '**.php' + - 'composer.*' + - '.github/workflows/smart-commenting.yml' + push: + branches: + - develop + paths: + - '**.php' + - 'composer.*' + - '.github/workflows/smart-commenting.yml' jobs: - + add-comment-for-GPG-Signing: uses: codeigniter4/.github/.github/workflows/label-signing.yml@main