diff --git a/.github/workflows/contribution-checks.yml b/.github/workflows/contribution-checks.yml index d22fe6f..a50320c 100644 --- a/.github/workflows/contribution-checks.yml +++ b/.github/workflows/contribution-checks.yml @@ -9,8 +9,5 @@ jobs: pull-requests: write # "pr-antora-content-guidelines-checker" write PR comments when the PR doesn't match the "Guidelines" steps: - name: Check PR content - uses: bonitasoft/actions/packages/pr-antora-content-guidelines-checker@v2 - with: - attributes-to-check: ':description:,:page-aliases:' - files-to-check: 'adoc' - forbidden-pattern-to-check: 'https://documentation.bonitasoft.com, link:https, link:http, link:, xref:https, xref:http, xref:_, xref:#' \ No newline at end of file + # TODO use master when xx is merged + uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-antora-content-guidelines-checker.yml@ci/add_reusable_workflow_antora_contrib_checks_guide