Skip to content

Auto-request review from rtibblesbot on dependabot PRs#78

Merged
rtibbles merged 1 commit intomainfrom
dependabot-auto-reviewer
May 1, 2026
Merged

Auto-request review from rtibblesbot on dependabot PRs#78
rtibbles merged 1 commit intomainfrom
dependabot-auto-reviewer

Conversation

@rtibbles
Copy link
Copy Markdown
Member

@rtibbles rtibbles commented May 1, 2026

Summary

  • Adds a new reusable workflow dependabot-reviewer.yml that requests a review (default: rtibblesbot) when a PR is opened by dependabot[bot]
  • Wires it into the pull-request-target.yml dispatch with if: action == 'opened' && user == 'dependabot[bot]'
  • Extends call-pull-request-target.yml triggers to include opened so the dispatch sees those events

A follow-up rollout will add call-pull-request-target.yml to the active repos that don't have it yet (kolibri-installer-android, -debian, -windows, kolibri-app, kolibri-data-portal, morango, website, kolibri-image-pi, kolibri-sentry-plugin, kolibri-oidc-client-plugin, kolibri-oidc-provider-plugin).

Test plan

  • Merge, then verify next dependabot PR in kolibri (or any repo with the caller already deployed) auto-requests review from rtibblesbot

AI usage

I used Claude Code to design the workflow changes — extending the existing pull-request-target reusable pattern with a new dependabot-reviewer handler and rolling out the caller across our repos. I reviewed the diff manually before opening each PR.

Adds a new reusable workflow dependabot-reviewer.yml that requests a
review (default: rtibblesbot) when a dependabot PR is opened, wires it
into the pull-request-target dispatch, and extends the caller trigger
list to include 'opened'.
Copy link
Copy Markdown
Member

@MisRob MisRob left a comment

Choose a reason for hiding this comment

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

I read it & haven't noticed anything troublesome to the best of my GitHub Actions limited knowledge :)

@rtibbles rtibbles merged commit 71790fd into main May 1, 2026
11 checks passed
@rtibbles rtibbles deleted the dependabot-auto-reviewer branch May 1, 2026 15:47
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