summaryrefslogtreecommitdiff
path: root/.github/workflows/get-merge-commit.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* workflows: add README•••This introduces some basic concepts used in these workflows and a common terminology. At the same time we remove some of the comments from various workflow files, because they are assumed to be "general knowledge" through the README. Wolfgang Walther2025-01-101-1/+0
* workflows: basic consistency in formatting workflows•••Same top-level ordering of keys / empty lines and same indentation for yaml lists. One blank line between each step. Makes it easier to read and compare the workflows. Wolfgang Walther2025-01-091-25/+26
* workflows: update Ubuntu runner to ubuntu-24.04•••Link: https://github.com/actions/runner-images/issues/10636 NAHO2025-01-051-1/+1
* workflows: lock Ubuntu runner to ubuntu-22.04•••Lock the Ubuntu runner to ubuntu-22.04 to avoid accidental updates [1] and increase reproducibility. [1]: https://github.com/actions/runner-images/issues/10636 NAHO2025-01-051-1/+1
* ci: init get-merge-commit workflow•••Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> John Titor2024-12-051-0/+43