status = [
"build-and-check-ubuntu-64bit",
"build-and-check-ubuntu-32bit",
- "build-and-check-gcc-48"
+ "build-and-check-gcc-48",
+ "check-commit-changelogs",
+ "check-commit-prefixes",
+ "check-commit-signoffs",
]
# Uncomment this to use a two hour timeout.
# The default is one hour.
- gcc-patch-dev
jobs:
- check_commit_changelogs:
+ check-commit-changelogs:
runs-on: ubuntu-latest
name: check-changelogs
run: |
python3 contrib/gcc-changelog/git_check_commit.py origin/${{ github.event.pull_request.base.ref }}..${{ github.event.pull_request.head.sha }}
- check_commit_prefixes:
+ check-commit-prefixes:
runs-on: ubuntu-latest
name: check-gccrs-prefix
done
exit $retval
- check_commit_signoff:
+ check-commit-signoff:
runs-on: ubuntu-latest
name: check-commit-signoff