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
Copy file name to clipboardExpand all lines: adabot/lib/circuitpython_library_validators.py
+24
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ def get_result(self):
110
110
ERROR_GITHUB_COMMITS_SINCE_LAST_RELEASE_GTM="Library has new commits since last release over a month ago"
111
111
ERROR_GITHUB_COMMITS_SINCE_LAST_RELEASE_1M="Library has new commits since last release within the last month"
112
112
ERROR_GITHUB_COMMITS_SINCE_LAST_RELEASE_1W="Library has new commits since last release within the last week"
113
+
ERROR_GITHUB_FAILING_ACTIONS="The most recent GitHub Actions run has failed"
113
114
ERROR_RTD_MISSING_LATEST_RELEASE="ReadTheDocs missing the latest release. (Ignore me! RTD doesn't update when a new version is released. Only on pushes.)"
114
115
ERROR_DRIVERS_PAGE_DOWNLOAD_FAILED="Failed to download drivers page from CircuitPython docs"
0 commit comments