nixpkgs/ci/request-reviews
Lin Jian f4c6e1174c
ci/request-reviews: fix headRef to point to the PR head
Previously, headRef points to the master branch of Nixpkgs, which
basically means no code owner review will be requested.

The problem can be verified using the following command.

$ DRY_MODE=1 ./ci/request-reviews/request-reviews.sh NixOS/nixpkgs 347973 ci/OWNERS
[...]
This PR touches 0 files
Requesting reviews from: {
  "reviewers": []
}
[...]

Additionally, the comment about conflicts is removed thanks to the
unambiguous way of specifying ref.
2024-10-12 06:10:17 +08:00
..
default.nix
dev-branches.txt
get-reviewers.sh ci/request-reviews: Request reviews for individual team members 2024-10-09 23:49:14 +02:00
request-reviews.sh ci/request-reviews: fix headRef to point to the PR head 2024-10-12 06:10:17 +08:00
verify-base-branch.sh ci/request-reviews: Make wrong base branch message hashes more transparent 2024-10-10 01:40:11 +02:00