Skip to content

feat: Test the check file name step #33

feat: Test the check file name step

feat: Test the check file name step #33

name: Contribution checks on test data
on:
# use pull_request event to test update done of the reusable workflow (update the branch of the reusable workflow as well in this case)
# TODO: restore pull_request_target before merging this PR
pull_request:
paths:
- '.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml'
- '.github/workflows/pr-antora-checker-test.yml'
- 'test/documentation-content/**/*'
jobs:
check_antora_content_guidelines:
permissions:
pull-requests: write # "pr-antora-content-guidelines-checker" write PR comments when the PR doesn't match the "Guidelines"
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml@feat/add_check_on_filename