Mention use of CRITICAL_LOAD_AVG_THRESHOLD #2412
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
--- | |
# https://github.com/marketplace/actions/gs-commit-message-checker | |
name: 'Commit message check' | |
# yamllint disable-line rule:truthy | |
on: | |
pull_request: | |
push: | |
branches: | |
- '!master' # we must not fix commit messages when they already reached master | |
jobs: | |
check-commit-message: | |
secrets: | |
accessToken: "${{ secrets.GITHUB_TOKEN }}" | |
uses: os-autoinst/os-autoinst-common/.github/workflows/base-commit-message-checker.yml@master |