nixpkgs/ci/github-script
2025-11-06 17:59:26 +00:00
..
.editorconfig
.gitignore
.npmrc
bot.js ci/github-script/bot: fix concurrency limit 2025-11-06 17:46:56 +01:00
commits.js
get-teams.js ci/github-script/teams: use consistent style 2025-10-28 11:56:25 +01:00
merge.js ci/github-script/merge: add hint about stuck GitHub (#459122) 2025-11-06 17:11:28 +00:00
package-lock.json
package.json
prepare.js workflows/check: don't check github api for owners file 2025-09-28 18:22:01 +02:00
README.md
reviewers.js ci/github-script/reviewers: add TODO about future optimization 2025-11-06 16:17:17 +01:00
reviews.js
run workflows/bot: rename from labels 2025-11-01 15:24:09 +01:00
shell.nix
withRateLimit.js ci/github-script/bot: improve parallelism 2025-11-04 16:13:40 +01: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".