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
The url_check module should be able to only check URLs in files that were changed between two branches.
Github actions provides environment variables GITHUB_BASE_REF and GITHUB_HEAD_REF which could be passed to the url_check module (e.g. URL_CHECK_BASE_REF=$GITHUB_BASE_REF HEAD_REF=$GITHUB_HEAD_REF hecat --config .hecat/url-check.yml)
E.g. for https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/10/files, only files that have changed should be checked.
The text was updated successfully, but these errors were encountered: