Skip to content

Commit afc0ca9

Browse files
committed
Add ticket to reference for more details
1 parent 8e083db commit afc0ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/license_checker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ busl_files=$(grep -r 'SPDX-License-Identifier: BUSL' --exclude=./.github/scripts
77

88
# If we do not find a file in .changelog/, we fail the check
99
if [ -n "$busl_files" ]; then
10-
echo "Found BUSL occurrences in the PR branch!"
10+
echo "Found BUSL occurrences in the PR branch! (See NET-5258 for details)"
1111
echo -n "$busl_files"
1212
exit 1
1313
else

0 commit comments

Comments
 (0)