From c5ecbdbdb42b2059b637a836d18e59ed069b7dd5 Mon Sep 17 00:00:00 2001 From: Shunkichi Sato <49983831+s8sato@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:15:35 +0900 Subject: [PATCH] [ci]: Unsync auto-labels. Fix `config-changes` condition Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com> --- .github/labeler.yml | 3 ++- .github/workflows/iroha2-label.yml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 171c70f882d..4f433a8d195 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,4 +14,5 @@ config-changes: - all: - base-branch: '^iroha2-dev$' - changed-files: - - any-glob-to-any-file: 'configs/**' + # TODO have templates actually reflect configrations #4288 + - any-glob-to-any-file: 'configs/*.template.toml' diff --git a/.github/workflows/iroha2-label.yml b/.github/workflows/iroha2-label.yml index 0e5608287e3..ff32ad0cab9 100644 --- a/.github/workflows/iroha2-label.yml +++ b/.github/workflows/iroha2-label.yml @@ -12,8 +12,6 @@ jobs: steps: - id: label-the-PR uses: actions/labeler@v5 - with: - sync-labels: true - uses: mshick/add-pr-comment@v2 if: contains(steps.label-the-PR.outputs.all-labels, 'config-changes') with: