Bump ace-builds from 1.36.3 to 1.36.4 #1774
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 |