Skip to content

Commit 45bcd2b

Browse files
committed
build: change good first PR check to be non-blocking
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: passed - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e311dfa commit 45bcd2b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/scripts/rate_limit_contributions

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,8 @@ For ideas for future PRs, feel free to search the codebase for TODOs and FIXMEs
154154
echo "Failed to post comment on PR."
155155
on_error 1
156156
fi
157-
158-
exit 1
159-
else
160-
echo "Number of PRs below threshold."
161-
print_success
162-
exit 0
163157
fi
158+
print_success
164159
}
165160

166161
main

0 commit comments

Comments
 (0)