Skip to content

Commit b7fd2c5

Browse files
committed
build: revert removal of definition as it was used in comment
1 parent 2254a56 commit b7fd2c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/scripts/check_contributing_guidelines_acceptance

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ pr_number="$1"
4040
# Set the repository name:
4141
GITHUB_REPOSITORY="stdlib-js/stdlib"
4242

43+
# Set the contributing guidelines link:
44+
CONTRIBUTING_LINK="https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md"
4345

4446
# FUNCTIONS #
4547

@@ -93,7 +95,9 @@ This acknowledgment confirms that you've read the guidelines, which include:
9395
9496
We can't review or accept contributions without this acknowledgment.
9597
96-
Thank you for your understanding and cooperation. We look forward to reviewing your contribution!"
98+
Thank you for your understanding and cooperation. We look forward to reviewing your contribution!
99+
100+
[contributing]: ${CONTRIBUTING_LINK}"
97101

98102
if ! curl -s -X POST \
99103
-H "Authorization: token ${GITHUB_TOKEN}" \

0 commit comments

Comments
 (0)