Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Thanks for contributing!

Background

To pass the semanic-prs check, ensure you prefix your title with one of the .types in semanic.yml, followed by a : , e.g. feature: My PR

Response: Dependabot PR #259 - GitHub Actions version updates

Response:

Dependabot updated GitHub Actions dependencies (actions/checkout v4→v6, asdf-vm/actions v3→v4), but the docs-bump workflow requires version and CHANGELOG updates for any PR. Added version bump and CHANGELOG entry to satisfy CI requirements.

Additionally, fixed the code coverage workflow to prevent unnecessary runs on documentation-only or version-only PRs by adding path filters.

Changes:

  • Bumped BasicSetupCliVersion from 0.1.3 to 0.1.4 in bsctl/static/resources/constants.yaml
  • Added CHANGELOG entry for 0.1.4 documenting the GitHub Actions updates
  • Added path filters to .github/workflows/go-coverage-report.yaml to only trigger on Go source file changes (bsctl/**/*.go), dependency changes (go.mod, go.sum), or workflow file changes
  • This prevents the code coverage workflow from running on sub-PRs that only contain documentation, version bumps, or GitHub Actions updates

Response:

  1. Run ./bsctl/scripts/workflows/docs-bump_docs-bump_version-bump.sh - should exit 0
  2. Run ./bsctl/scripts/workflows/docs-bump_docs-bump_CHANGELOG-bump.sh - should exit 0
  3. Verify docs-bump workflow passes in CI
  4. Verify code coverage workflow is skipped on this PR (no Go code changes)

Required Checkboxes

All of these checkboxes are required for PR's to be considered.

PR Checks

  • I answered all of the background questions
  • I have added sensible labels to the associated issue and this PR
  • I have added/updated tests for all added/modified code, and all tests are passing
  • I have added documentation, as appropriate, including CHANGELOG and version updates as needed

Code of Conduct

By submitting this PR, you agree to follow our Code of Conduct

  • I agree to follow this project's Code of Conduct

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub actions dependencies in workflows chore: bump version to 0.1.4 for GitHub Actions dependency updates Jan 16, 2026
Copilot AI requested a review from mrlunchbox777 January 16, 2026 15:51
Copy link
Owner

@mrlunchbox777 mrlunchbox777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mrlunchbox777 mrlunchbox777 marked this pull request as ready for review January 16, 2026 15:52
@github-actions github-actions bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. changes/documentation Documentation file changes changes/root Root file changes labels Jan 16, 2026
@mrlunchbox777
Copy link
Owner

@copilot can you fix the code coverage workflow so it doesn't fail on sub-PRs like this?

…changes

Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot can you fix the code coverage workflow so it doesn't fail on sub-PRs like this?

Fixed in 345db79. Added path filters to the code coverage workflow so it only runs when Go source files, go.mod, go.sum, or the workflow itself changes. This prevents the workflow from running on documentation-only or version-only PRs like this one.

Copilot AI changed the title chore: bump version to 0.1.4 for GitHub Actions dependency updates chore: bump version to 0.1.4 and fix code coverage workflow for GitHub Actions updates Jan 16, 2026
Copilot AI requested a review from mrlunchbox777 January 16, 2026 16:03
@github-actions github-actions bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. changes/meta .github file changes and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 16, 2026
Copy link
Owner

@mrlunchbox777 mrlunchbox777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mrlunchbox777 mrlunchbox777 merged commit 942c869 into dependabot/github_actions/dot-github/workflows/version-updates-4dbe6115e0 Jan 16, 2026
6 of 7 checks passed
@mrlunchbox777 mrlunchbox777 deleted the copilot/sub-pr-259 branch January 16, 2026 17:59
mrlunchbox777 added a commit that referenced this pull request Jan 16, 2026
… /.github/workflows with 2 updates (#259)

* chore: github actions update(deps): bump the version-updates group

Bumps the version-updates group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [asdf-vm/actions](https://github.com/asdf-vm/actions).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `asdf-vm/actions` from 3 to 4
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
- dependency-name: asdf-vm/actions
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: bump version to 0.1.4 and fix code coverage workflow for GitHub Actions updates (#260)

* Initial plan

* chore: bump version to 0.1.4 for GitHub Actions updates

Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>

* fix: add path filters to code coverage workflow to skip on docs-only changes

Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mrlunchbox777 <9466269+mrlunchbox777@users.noreply.github.com>
Co-authored-by: Andrew Shoell <mrlunchbox777@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes/documentation Documentation file changes changes/meta .github file changes changes/root Root file changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants