You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure you have addressed documentation updates if needed as part of this PR:
3
+
-[ ] I have created a separate PR on the sequence docs repository for documentation updates: [Link to docs PR](https://github.com/0xsequence/docs/pulls)
4
+
-[ ] No documentation update is needed for this change.
# Check if one of the required checkboxes in the 'Docs Checklist' is marked
21
+
if ! echo "$PR_BODY" | grep -Eq '\[x\] I have created a separate PR on the sequence docs repository for documentation updates|\[x\] No documentation update is needed for this change'; then
22
+
echo "Error: The 'Docs Checklist' section in the PR template has not been completed properly."
23
+
echo "Please ensure you have checked one of the options in the 'Docs Checklist' section."
0 commit comments