Skip to content

chore(ci): request review from losolio on dependabot PRs - #1768

Open
losolio wants to merge 1 commit into
mainfrom
chore/dependabot-reviewer
Open

chore(ci): request review from losolio on dependabot PRs#1768
losolio wants to merge 1 commit into
mainfrom
chore/dependabot-reviewer

Conversation

@losolio

@losolio losolio commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Adds a small workflow that requests review from @losolio on every dependabot-authored PR (opened/reopened).

Context: the reviewers key in dependabot.yml was deprecated and removed by GitHub — an Actions workflow (or CODEOWNERS) is the supported replacement. This uses plain pull_request with an explicit permissions: pull-requests: write block, which dependabot-triggered runs honor; no PR code is checked out.

🤖 Generated with Claude Code

dependabot.yml's reviewers key was removed by GitHub; a small
workflow on dependabot-authored PRs is the supported replacement.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 5, 2026 00:55
@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions workflow to automatically request review from losolio whenever a Dependabot PR is opened or reopened, replacing the deprecated reviewers option previously supported in dependabot.yml.

Changes:

  • Introduces a new pull_request workflow that runs only for Dependabot PRs.
  • Grants minimal required pull-requests: write permission and uses gh pr edit to add a reviewer.

jobs:
request-review:
name: Request review
if: github.actor == 'dependabot[bot]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

2 participants