summaryrefslogtreecommitdiff
path: root/.github/workflows/check_commit_messages.yml
AgeCommit message (Collapse)Author
2026-03-16Skipped check_commit_messages action on forks.Jacob Walls
This was causing permission errors on private forks, e.g. the one maintained by the Security Team for staging security patches. Follow-up to f8665b1a7ff5e98d84f66ad0e958c3f175aa5d8b.
2026-03-07Optimized check_commit_messages GitHub action.Jacob Walls
2026-03-06Extended checks and docs for proper commit message format and edition.Jacob Walls
Thanks to Tim Schilling for the review. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2025-12-29Bumped checkout version in Github actions configuration.Pravin Kamble
2025-11-26Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs.
2025-11-21Addressed unpinned-uses zizmor finding.Jacob Walls
2025-11-21Simplified actions after applying zizmor auto-fixes.Jacob Walls
2025-11-21Applied auto-fixes from zizmor findings.Jacob Walls
2025-11-10Fixed unsafe variable interpolation in GitHub Action workflow.Markus Holtermann
Thank you Davide Netti for the report and initial patch. Co-authored-by: Davide Netti <davide.netti4@gmail.com>
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2025-07-16Fixed GitHub Action that checks commit prefixes to fetch PR head correctly.nessita