nixpkgs/ci/request-reviews
Silvan Mosberger 299a181477 ci/request-reviews: Fix for branches starting with "pr"
Turns out if :<something> is passed, a local branch is updated, which
can conflict if the PR branch starts with "pr". I tried to avoid that
with the original code but apparently that didn't work!

https://github.com/NixOS/nixpkgs/actions/runs/11284183639/job/31384967152?pr=347822

    Fetching the PR commit history
    From https://github.com/linj-fork/nixpkgs
     * [new branch]            pr/kanata-add-version-check -> fork/pr
    error: cannot lock ref 'refs/remotes/fork/pr/kanata-add-version-check': 'refs/remotes/fork/pr' exists; cannot create 'refs/remotes/fork/pr/kanata-add-version-check'
     ! [new branch]            pr/kanata-add-version-check -> fork/pr/kanata-add-version-check  (unable to update local ref)
    error: some local refs could not be updated; try running
2024-10-11 03:40:57 +02: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 for branches starting with "pr" 2024-10-11 03:40:57 +02:00
verify-base-branch.sh ci/request-reviews: Make wrong base branch message hashes more transparent 2024-10-10 01:40:11 +02:00