nixpkgs/ci/github-script
2026-04-25 16:29:04 -04:00
..
.editorconfig
.gitignore
.npmrc
bot.js ci: Fix team review requests from the bot 2026-02-07 17:34:25 +01:00
check-target-branch.js ci/eval/compare: Expose attrdiff by kernel and platform 2026-04-13 10:53:48 +00: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: error when conventional commit format is used 2026-03-12 18:04:33 -04:00
get-teams.js ci/github-script/teams: use consistent style 2025-10-28 11:56:25 +01:00
lint-commits.js ci/github-script/lint-commits: fix link to commit conventions 2026-03-13 18:17:24 -04:00
manual-file-edits.js ci/github-script/manual-file-edits: init 2026-04-12 19:57:37 -04:00
merge.js ci/github-script/merge: clarify maintainership is based on target branch 2026-04-25 16:29:04 -04:00
package-lock.json ci/github-script: update dependencies, npm audit fix 2026-02-15 09:39:57 -05:00
package.json ci/github-script: add instructions for dependency updates 2026-02-15 10:21:31 -05:00
prepare.js ci: get supported systems from the target branch 2026-03-01 16:07:49 -05:00
README.md
reviewers.js ci/github-script/reviewers.js: Fix reviewer API request 2026-02-07 16:04:18 +01:00
reviews.js ci/github-script/reviews: detect reviews belonging to commits.js 2026-01-26 19:37:56 -05: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 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".