Sid Vishnoi
Sid Vishnoi
See https://github.com/w3c/spec-prod/issues/94#issuecomment-901646994
Link checker is disabled due to bugs that needs to be fixed: - [ ] some requests get rate limited (HTTP 429) e.g. github.com. - [ ] skip certain URLs,...
In the W3C namespace, workflow files should be named `auto-publish.yml`. Warn if not. Related: https://github.com/w3c/spec-prod/issues/72
Let any of `shortName`/`shortname`, `specStatus`/`status` etc. define the build override for ReSpec as well as Bikeshed specs. See https://github.com/w3c/spec-prod/pull/56#discussion_r621833517
If only files like following have changed in a PR/push, exit the action early: - Readme, License, Contributing, Changelog, Code of conduct - w3c.json - `.pr-preview.json` (maybe all files starting...
If workflow contains multiple `on.push.branches`, the action can be triggered needlessly. Also, if a user has specified a `inputs.GITHUB_TOKEN` with a custom token, then the push to gh-pages from within...
Presently, only `push` events trigger deploy. Might be nice to support scheduled and manual deploys.
Run steps conditionally when composite GitHub actions support `if:` conditions. Early exit conditions can then be removed from individual scripts.