| Commit message (Expand) | Author | Age | Files | Lines |
| * | ci/github-script: use real @actions/core•••This allows building markdown summaries, which is hard to mock.
| Wolfgang Walther | 2025-07-15 | 1 | -0/+1 |
| * | ci/github-script: default to commonjs•••Since all github-scripts need to be written in commonjs, we now default
to it by not setting package.json. Support from editors for .js files is
slightly better than .cjs. To still allow using module imports in the
test runner script, we trick node into loading the script itself as a
module again via `--import ./run`.
| Wolfgang Walther | 2025-07-14 | 1 | -1/+0 |
| * | ci/github-script: add commander CLI interface•••This makes it easier to add additional features.
| Wolfgang Walther | 2025-07-14 | 1 | -1/+2 |
| * | ci/github-script: move from ci/labels•••This just moves things around to use less specific naming - `labels` is
only *one* script that can potentially be run locally while still being
written in github-script. Later, we can add more.
| Wolfgang Walther | 2025-07-14 | 1 | -0/+9 |