-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Objective: verify that each CI/workflow under .github/workflows runs correctly, is required, and is configured safely.
Steps for reviewers:
- Confirm each workflow file executes on the intended events (push, PR, schedule) and does not run unnecessarily.
- Verify required secrets and permissions are declared and used appropriately.
- Ensure no duplicate or overlapping workflows exist; propose consolidation or removal where appropriate.
- Validate test/build steps are reproducible locally (commands in workflows match README/test instructions).
- Confirm Docker images/tags referenced (docker-hub/*) are correct and documented.
- For each workflow file, post a short status comment:
OK,Needs fix, orConsider removalwith a link to a PR or suggested change.
Workflows to review (files/folders):
cypress-e2e.ymldeploy-pages.ymlpull-request-check.ymldocker-hub/docker-hub-dotnet.ymldocker-hub/docker-hub-go.ymldocker-hub/docker-hub-mvc.ymldocker-hub/docker-hub-react.ymlpull-request/docker-pull-request.ymlpull-request/dotnet-pull-request.ymlpull-request/go-pull-request.ymlpull-request/react-pull-request.ymltests/dotnet-code-coverage.yml
Reference: docs review issue #221. Deliverable: for each workflow file, a comment in this issue with status plus links to PRs if fixes are needed.
Labels: ci, review, actions
Reactions are currently unavailable