Skip to content

Commit

Permalink
adding comments and test master version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Jun 5, 2024
1 parent 67fc56f commit 0f77e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comments-changes-list.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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:
paths:
- '.github/workflows/pr-comments-changes-list.yml'
Expand All @@ -10,8 +11,7 @@ jobs:
commentsPRChanges:
permissions:
pull-requests: write # write PR comments
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml@ci/checkout_in_folder
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-comment-list-changes.yml@master
secrets: inherit
with:
component-name: labs
doc-site-branch: ci/checkout_in_folder

0 comments on commit 0f77e27

Please sign in to comment.