Loading .github/workflows/pr.yml +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ jobs: - id: prepare uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: retries: 3 script: | require('./ci/github-script/prepare.js')({ github, Loading .github/workflows/test.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ jobs: - id: prepare uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: retries: 3 script: | require('./ci/github-script/prepare.js')({ github, Loading ci/eval/compare/maintainers.nix +7 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,13 @@ removedattrs, }: let pkgs = import ../../.. { system = "x86_64-linux"; }; pkgs = import ../../.. { system = "x86_64-linux"; # We should never try to ping maintainers through package aliases, this can only lead to errors. # One example case is, where an attribute is a throw alias, but then re-introduced in a PR. # This would trigger the throw. By disabling aliases, we can fallback gracefully below. config.allowAliases = false; }; changedpaths = lib.importJSON changedpathsjson; Loading Loading
.github/workflows/pr.yml +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ jobs: - id: prepare uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: retries: 3 script: | require('./ci/github-script/prepare.js')({ github, Loading
.github/workflows/test.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ jobs: - id: prepare uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: retries: 3 script: | require('./ci/github-script/prepare.js')({ github, Loading
ci/eval/compare/maintainers.nix +7 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,13 @@ removedattrs, }: let pkgs = import ../../.. { system = "x86_64-linux"; }; pkgs = import ../../.. { system = "x86_64-linux"; # We should never try to ping maintainers through package aliases, this can only lead to errors. # One example case is, where an attribute is a throw alias, but then re-introduced in a PR. # This would trigger the throw. By disabling aliases, we can fallback gracefully below. config.allowAliases = false; }; changedpaths = lib.importJSON changedpathsjson; Loading