nixpkgs/ci/github-script
Wolfgang Walther 9b0135b347 ci/github-script/prepare: determine changed files
(cherry picked from commit 46a1b0a7bc)
2025-08-20 16:58:11 +00:00
..
.editorconfig ci/github-script: default to commonjs 2025-07-15 12:57:57 +00:00
.gitignore ci/github-script/commits: init from ci/check-cherry-picks 2025-07-16 10:26:08 +00:00
.npmrc ci/github-script: use real @actions/core 2025-07-16 10:26:08 +00:00
commits.js ci: apply unsafe fixes with biome 2025-08-20 16:33:44 +02:00
labels.js ci: apply unsafe fixes with biome 2025-08-20 16:33:44 +02:00
package-lock.json ci/github-script: use real @actions/core 2025-07-16 10:26:08 +00:00
package.json ci/github-script: use real @actions/core 2025-07-16 10:26:08 +00:00
prepare.js ci/github-script/prepare: determine changed files 2025-08-20 16:58:11 +00:00
README.md ci/github-script/commits: init from ci/check-cherry-picks 2025-07-16 10:26:08 +00:00
run ci/github-script/prepare: init from actions/get-merge-commit 2025-08-20 13:22:29 +00:00
shell.nix ci/github-script: add gh dependency to dev shell 2025-07-15 12:57:57 +00:00
withRateLimit.js ci: apply unsafe fixes with biome 2025-08-20 16:33:44 +02:00

GitHub specific CI scripts

This folder contains actions/github-script-based JavaScript code. It provides a nix-shell environment to run and test these actions locally.

To run any of the scripts locally:

  • Enter nix-shell in ./ci/github-script.
  • Ensure gh is authenticated.

Check commits

Run ./run commits OWNER REPO PR, where OWNER is your username or "NixOS", REPO is the name of your fork or "nixpkgs" and PR is the number of the pull request to check.

Labeler

Run ./run labels OWNER REPO, where OWNER is your username or "NixOS" and REPO the name of your fork or "nixpkgs".