summaryrefslogtreecommitdiff
path: root/ci/github-script/run (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci/github-script/commits: init from ci/check-cherry-picks•••This turns the check-cherry-pick script into a github-script based JavaScript program. This makes it much easier to extend to check reverts or merge commits later on. Wolfgang Walther2025-07-161-22/+36
* ci/github-script: use real @actions/core•••This allows building markdown summaries, which is hard to mock. Wolfgang Walther2025-07-151-12/+3
* ci/github-script: allow running without dry modeWolfgang Walther2025-07-141-4/+5
* ci/github-script: allow running for single PR•••Makes specific tests in the upstream repo easier to do. Wolfgang Walther2025-07-141-5/+16
* 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 Walther2025-07-141-0/+55