Skip to content

Update workflows: refine PR verification triggers and enhance documen…#83

Merged
frasermolyneux merged 2 commits into
mainfrom
feature/workflow-updates
Feb 5, 2026
Merged

Update workflows: refine PR verification triggers and enhance documen…#83
frasermolyneux merged 2 commits into
mainfrom
feature/workflow-updates

Conversation

@frasermolyneux

Copy link
Copy Markdown
Owner

This pull request updates workflow triggers and documentation to clarify when CI checks run and to simplify configuration. The main changes restrict the pr-verify.yml workflow to only run when a pull request is marked "ready for review", remove special-case skipping of SonarCloud analysis for dependabot, and update documentation to reflect these changes.

Workflow trigger and configuration changes:

  • The pr-verify.yml workflow now only runs when a pull request is marked "ready for review", instead of on all PR events. This reduces unnecessary CI runs for draft or WIP PRs.
  • The codequality.yml workflow no longer skips SonarCloud analysis for dependabot PRs, ensuring consistent code quality checks.

Documentation updates:

  • Updated docs/development-workflows.md to clarify that pr-verify.yml runs only when a PR is marked ready for review.
  • Removed mention of SonarCloud analysis skipping dependabot in the scheduled/on-demand workflow documentation.…tation

Copilot AI review requested due to automatic review settings February 5, 2026 07:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request aims to reduce unnecessary CI runs by restricting the pr-verify.yml workflow to only trigger when PRs are marked ready for review, and removes the dependabot skip logic from the codequality.yml workflow for consistent code quality checks.

Changes:

  • Restricts pr-verify.yml workflow trigger to only ready_for_review event type (removes opened, synchronize, reopened)
  • Removes dependabot actor check from codequality.yml workflow to enable SonarCloud analysis for all PRs
  • Updates documentation to reflect that pr-verify runs "when PR is marked ready for review" and removes mention of dependabot skipping in SonarCloud analysis

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/pr-verify.yml Changes PR trigger from multiple event types to only ready_for_review
.github/workflows/codequality.yml Removes conditional skip for dependabot PRs in quality checks
docs/development-workflows.md Updates documentation to clarify pr-verify trigger behavior and SonarCloud analysis applicability

Comment thread .github/workflows/pr-verify.yml Outdated
Comment thread docs/development-workflows.md Outdated
@sonarqubecloud

sonarqubecloud Bot commented Feb 5, 2026

Copy link
Copy Markdown

@frasermolyneux frasermolyneux merged commit d6306d4 into main Feb 5, 2026
9 checks passed
@frasermolyneux frasermolyneux deleted the feature/workflow-updates branch February 5, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants