From 0a660e8b98b5e6cf3196c08c9709a5d70e13b6a1 Mon Sep 17 00:00:00 2001 From: Benjamin Parisel Date: Wed, 5 Jun 2024 17:03:31 +0200 Subject: [PATCH] ci: update job id for validate content (#160) --- ...omments-list-changes.yml => pr-comments-changes-list.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{pr-comments-list-changes.yml => pr-comments-changes-list.yml} (61%) diff --git a/.github/workflows/pr-comments-list-changes.yml b/.github/workflows/pr-comments-changes-list.yml similarity index 61% rename from .github/workflows/pr-comments-list-changes.yml rename to .github/workflows/pr-comments-changes-list.yml index 2bad594..df49fdd 100644 --- a/.github/workflows/pr-comments-list-changes.yml +++ b/.github/workflows/pr-comments-changes-list.yml @@ -1,13 +1,14 @@ name: Comments PR with changes list on: + # use pull_request event to test update done in bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml pull_request_target: paths: - - '.github/workflows/pr-comments-list-changes.yml' + - '.github/workflows/pr-comments-changes-list.yml' - 'modules/**' jobs: - site: + commentsPRChanges: permissions: pull-requests: write # write PR comments uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml@master