Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
18 lines
651 B
Markdown
18 lines
651 B
Markdown
# GitHub specific CI scripts
|
|
|
|
This folder contains [`actions/github-script`](https://github.com/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".
|