summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows (follow)
AgeCommit message (Collapse)AuthorFilesLines
10 daysGH: add a workflow to check for the 'version bump' commitAndrew Clayton1-0/+23
This checks pull-requests to make sure the 'Version bump' commit is immediately after the last release commit/tag. The check includes the commits in the pull-request, so if a pull-request is adding this commit it will accept it and also if there are other commits in the pull-request, as long as the 'Version bump' commit is first.
2026-02-27Added an option to skip the F5 CLA workflow.Alessandro Fael Garcia1-6/+42
There are some scenarios where the F5 CLA workflow should not run. This commit adds the ability to skip the F5 CLA by using the "skip-cla" label.
2025-09-30Added F5 CLA workflow.Maryna-f51-0/+41
2024-09-04Added CI based on GitHub Actions.Konstantin Pavlov2-0/+19
Pushes to master and stable branches will result in buildbot-like checks on multiple OSes and architectures. Pull requests will be checked on a public Ubuntu GitHub runner.