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:
parent
cbdb6ac0e6
commit
32b96d3449
1
.github/workflows/check-by-name.yml
vendored
1
.github/workflows/check-by-name.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user