workflows/check-by-name: Mention who to ping for trouble

The check-by-name team can't be looking through all PRs to see if anybody
is struggling.
This commit is contained in:
Silvan Mosberger 2024-08-25 01:18:11 +02:00
parent cbdb6ac0e6
commit 32b96d3449

View File

@ -120,5 +120,6 @@ jobs:
else else
exitCode=$? exitCode=$?
echo "To run locally: ./maintainers/scripts/check-by-name.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git" echo "To run locally: ./maintainers/scripts/check-by-name.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
echo "If you're having trouble, ping @NixOS/nixpkgs-check-by-name"
exit "$exitCode" exit "$exitCode"
fi fi