nixpkgs/ci/github-script
Wolfgang Walther c4548e58fb
ci/github-script/bot: fix scheduled bot with older artifacts
We only recently introduced the owners.txt file to the comparison
artifact, so once the bot runs on a schedule it will it older artifacts
very quickly - and then can't find the owners file.

We can fallback to an empty owners list in this case, because an older
artifact also means an older workflow run previously, so this will have
pinged owners already.
2025-11-06 09:53:29 +01:00
..
.editorconfig ci/github-script: default to commonjs 2025-07-14 10:35:18 +02:00
.gitignore ci/github-script/commits: init from ci/check-cherry-picks 2025-07-16 11:50:13 +02:00
.npmrc ci/github-script: use real @actions/core 2025-07-15 15:09:02 +02:00
bot.js ci/github-script/bot: fix scheduled bot with older artifacts 2025-11-06 09:53:29 +01:00
commits.js ci/github-script/commits: split review function into separate file 2025-08-24 12:14:54 +02:00
get-teams.js ci/github-script/teams: use consistent style 2025-10-28 11:56:25 +01:00
merge.js ci/github-script/merge: list eligible users in comment 2025-11-04 20:50:41 +01:00
package-lock.json ci/github-script: use real @actions/core 2025-07-15 15:09:02 +02:00
package.json ci/github-script: use real @actions/core 2025-07-15 15:09:02 +02:00
prepare.js workflows/check: don't check github api for owners file 2025-09-28 18:22:01 +02:00
README.md ci/github-script/commits: init from ci/check-cherry-picks 2025-07-16 11:50:13 +02:00
reviewers.js ci/github-script/reviewers: improve "needs: reviewers" label 2025-11-05 21:59:02 +01:00
reviews.js ci,workflows: deal with ghost reviews 2025-08-25 15:17:01 +02:00
run workflows/bot: rename from labels 2025-11-01 15:24:09 +01:00
shell.nix ci/github-script: add gh dependency to dev shell 2025-07-15 12:19:41 +02: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".