feat(ReleaseNote): Create Release Note for 2022.1-u7/7.14.7 #781
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: Contribution checks | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
pr-content-check: | |
runs-on: ubuntu-22.04 | |
permissions: | |
pull-requests: write # post comments when the PR title 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:' | |
files-to-check: 'adoc' | |
forbidden-pattern-to-check: 'https://documentation.bonitasoft.com, link:https, link:http, link:, xref:https, xref:http, xref:_, xref:#, Bonita BPM' |