Skip to content

chore: add mergify auto-merge for dependabot PRs - #186

Merged
vbreuss merged 1 commit into
mainfrom
chore/mergify-auto-merge
Sep 5, 2026
Merged

chore: add mergify auto-merge for dependabot PRs#186
vbreuss merged 1 commit into
mainfrom
chore/mergify-auto-merge

Conversation

@vbreuss

@vbreuss vbreuss commented Sep 5, 2026

Copy link
Copy Markdown
Member

Squash-merge Dependabot PRs into main once the CI checks that actually run for dependabot[bot] are green.

Jobs guarded by if: github.actor != 'dependabot[bot]' are deliberately not used as gates: they are skipped on these PRs, and mergify counts a skipped check as skipped rather than successful, which would block the merge forever.

@vbreuss vbreuss self-assigned this Sep 5, 2026
Copilot AI lite review requested due to automatic review settings September 5, 2026 06:09
@vbreuss vbreuss added the dependencies Pull requests that update a dependency file label Sep 5, 2026
Squash-merge Dependabot PRs into main once the CI checks that actually
run for dependabot[bot] are green.

Jobs guarded by `if: github.actor != 'dependabot[bot]'` are deliberately
not used as gates: they are skipped on these PRs, and mergify counts a
skipped check as skipped rather than successful, which would block the
merge forever.

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.

🟡 Changes recommended

The Mergify rule’s gated checks don’t currently align with the PR description because other CI jobs that run for Dependabot PRs are not included as conditions.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Adds a Mergify configuration to automatically squash-merge Dependabot PRs targeting main once selected GitHub Actions checks are green, and updates the solution file list to include the new config.

Changes:

  • Add .github/mergify.yml with an auto-merge rule for Dependabot PRs.
  • Update aweXpect.Testably.slnx to include .github/dependabot.yml and .github/mergify.yml under the .github folder.
File summaries
File Description
aweXpect.Testably.slnx Lists .github/dependabot.yml and the new .github/mergify.yml in the solution structure.
.github/mergify.yml Defines Mergify rules to squash-merge Dependabot PRs when specified CI checks succeed.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/mergify.yml
@vbreuss
vbreuss enabled auto-merge (squash) September 5, 2026 06:24
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

Test Results

    7 files  ±0      7 suites  ±0   56s ⏱️ -11s
  975 tests ±0    974 ✅ ±0  1 💤 ±0  0 ❌ ±0 
5 803 runs  ±0  5 802 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 1a0c075. ± Comparison against base commit 1b34e91.

@sonarqubecloud

sonarqubecloud Bot commented Sep 5, 2026

Copy link
Copy Markdown

@vbreuss
vbreuss merged commit 7815ead into main Sep 5, 2026
14 checks passed
@vbreuss
vbreuss deleted the chore/mergify-auto-merge branch September 5, 2026 06:42
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

👽 Mutation Results

Mutation testing badge

aweXpect.Testably

Details
File Score Killed Survived Timeout No Coverage Ignored Compile Errors Runtime Errors Total Detected Total Undetected Total Mutants

The final mutation score is NaN%

Coverage Thresholds: high:80 low:60 break:0

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.4 LTS (Noble Numbat)
INTEL XEON PLATINUM 8573C 2.90GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.303
[Host] : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4
DefaultJob : .NET 10.0.11 (10.0.11, 10.0.1126.37416), X64 RyuJIT x86-64-v4

Method Mean Error StdDev Gen0 Gen1 Allocated
Dummy_aweXpect 5.119 μs 0.0968 μs 0.1076 μs 0.0839 0.0229 7.19 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants