Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

fix(ci): correct Dependabot config and clean up workflow issues#92

Open
jongio wants to merge 1 commit into
mainfrom
auto/project-review/2026-05-17
Open

fix(ci): correct Dependabot config and clean up workflow issues#92
jongio wants to merge 1 commit into
mainfrom
auto/project-review/2026-05-17

Conversation

@jongio
Copy link
Copy Markdown
Owner

@jongio jongio commented May 17, 2026

Summary

This PR fixes three minor CI/CD configuration issues found during a project review.

Changes

File Fix Issue
.github/dependabot.yml Corrected gomod directory from "/" to "/cli" where go.mod actually lives #87
.github/workflows/pr-build.yml Removed duplicated conditional comment block (copy-paste artifact) #91
.github/workflows/release.yml Removed redundant setup-go step in test job (Go persists across steps) #90

Testing

  • CLI unit tests pass (no code changes, only CI config)
  • YAML syntax verified manually

Related Issues

Closes #87, closes #90, closes #91

… and redundant step

- Fix Dependabot gomod directory from '/' to '/cli' where go.mod actually lives
- Remove duplicated conditional comment in pr-build workflow
- Remove redundant setup-go step in release workflow test job

Closes #87, closes #90, closes #91

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio added automated Created by automation project-review Automated project-level review findings labels May 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-exec/pr/92/

This preview will be automatically cleaned up when the PR is closed.

github-actions Bot added a commit that referenced this pull request May 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automated Created by automation project-review Automated project-level review findings

Projects

None yet

1 participant