From ea20943f83f75c2f1f263350a07e8f9b1a65e805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Wed, 10 Sep 2025 11:05:56 +0200 Subject: [PATCH] feat(actions): support dashboard changes in changelog (#8694) --- .github/workflows/pull-request-check-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-check-changelog.yml b/.github/workflows/pull-request-check-changelog.yml index c4e0fa31c0..9260b135dd 100644 --- a/.github/workflows/pull-request-check-changelog.yml +++ b/.github/workflows/pull-request-check-changelog.yml @@ -13,7 +13,7 @@ jobs: contents: read pull-requests: write env: - MONITORED_FOLDERS: "api ui prowler" + MONITORED_FOLDERS: "api ui prowler dashboard" steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2