ci: update job id for validate content #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Comments PR with changes list | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/pr-comments-changes-list.yml' | |
- 'modules/**' | |
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 | |
secrets: inherit | |
with: | |
component-name: labs | |
doc-site-branch: ci/checkout_in_folder |