nixpkgs/ci/github-script
2026-06-06 14:17:11 -04:00
..
.editorconfig
.gitignore
.npmrc
bot.js Revert "ci/github-script/reviewers: revoke stale review requests" 2026-05-18 17:26:09 -04:00
check-target-branch.js linux: add stable staging-nixos workflow 2026-05-28 09:42:28 +10:00
commits.js ci/github-script/{reviews,check-target-branch,commits,prepare}: add sticky review support 2026-01-25 19:10:50 -05:00
get-pr-commit-details.js ci/github-script/lint-commits: confirm Git names/emails are present 2026-05-05 17:39:22 -04:00
get-teams.js
lint-commits.js ci/github-script/lint-commits: confirm Git names/emails are present 2026-05-05 17:39:22 -04:00
manual-file-edits.js ci/github-script/manual-file-edits: skip on PRs from one dev branch to another 2026-05-08 13:37:28 -04:00
merge.js ci/github-script/merge: ignore case when checking for merge bot comment 2026-06-06 14:17:11 -04:00
package-lock.json ci/github-script: update npm versions 2026-05-17 14:41:57 -04:00
package.json ci/github-script: update npm versions 2026-05-17 14:41:57 -04:00
prepare.js ci/github-script/prepare: fix review dismissals 2026-05-14 22:00:55 -04:00
README.md
reviewers.js Revert "ci/github-script/reviewers: revoke stale review requests" 2026-05-18 17:26:09 -04:00
reviews.js Reapply {ci,workflows}: allow multiple blocking reviews" 2026-05-03 18:17:03 -04:00
run ci/github-script/manual-file-edits: init 2026-04-12 19:57:37 -04:00
shell.nix
supportedSystems.js ci: get supported systems from the target branch 2026-03-01 16:07:49 -05:00
withRateLimit.js

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".