Skip to content

Auto-approve Dependabot PRs#452

Merged
jbachorik merged 1 commit intomainfrom
copilot/auto-approve-dependabot-prs
Apr 3, 2026
Merged

Auto-approve Dependabot PRs#452
jbachorik merged 1 commit intomainfrom
copilot/auto-approve-dependabot-prs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Dependabot PRs were never approved, causing the existing dependabot-automerge.yml schedule workflow to silently fail merging them (branch protection requires approval).

Change

Added no-review label to all three Dependabot ecosystems in .github/dependabot.yml:

labels:
  - "dependencies"
  - "no-release-notes"
  - "no-review"   # ← added

This plugs Dependabot PRs into the existing approval pipeline:

  1. Dependabot opens PR with no-review label → approve-trivial.yml auto-approves
  2. dependabot-automerge.yml (every 4h) squash-merges the approved PRs

@jbachorik jbachorik marked this pull request as ready for review April 3, 2026 15:24
@jbachorik jbachorik requested a review from a team as a code owner April 3, 2026 15:24
@dd-octo-sts
Copy link
Copy Markdown

dd-octo-sts bot commented Apr 3, 2026

Scan-Build Report

User:runner@runnervmrg6be
Working Directory:/home/runner/work/java-profiler/java-profiler/ddprof-lib/src/test/make
Command Line:make -j4 all
Clang Version:Ubuntu clang version 18.1.3 (1ubuntu1)
Date:Fri Apr 3 15:28:15 2026

Bug Summary

Bug TypeQuantityDisplay?
All Bugs1
Logic error
Stack address stored into global variable1

Reports

Bug Group Bug Type ▾ File Function/Method Line Path Length
Logic errorStack address stored into global variablestackWalker.cppwalkVM84837

@jbachorik jbachorik merged commit 2d6d885 into main Apr 3, 2026
84 checks passed
@jbachorik jbachorik deleted the copilot/auto-approve-dependabot-prs branch April 3, 2026 15:41
@github-actions github-actions bot added this to the 1.41.0 milestone Apr 3, 2026
@dd-octo-sts
Copy link
Copy Markdown

dd-octo-sts bot commented Apr 3, 2026

CI Test Results

Run: #23951478856 | Commit: 1dc716a | Duration: 21m 31s (longest job)

All 32 test jobs passed

Status Overview

JDK glibc-aarch64/debug glibc-amd64/debug musl-aarch64/debug musl-amd64/debug
8 - - -
8-ibm - - -
8-j9 - -
8-librca - -
8-orcl - - -
11 - - -
11-j9 - -
11-librca - -
17 - -
17-graal - -
17-j9 - -
17-librca - -
21 - -
21-graal - -
21-librca - -
25 - -
25-graal - -
25-librca - -

Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled

Summary: Total: 32 | Passed: 32 | Failed: 0


Updated: 2026-04-03 15:51:33 UTC

jbachorik added a commit that referenced this pull request Apr 9, 2026
Agent-Logs-Url: https://github.com/DataDog/java-profiler/sessions/dce1b1b9-1d7e-4322-90be-421ddc8185c6

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbachorik <738413+jbachorik@users.noreply.github.com>
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