Skip to content

[ci] Enabled issue autoassignment bots#223

Merged
nemesifier merged 1 commit into
masterfrom
ci/bot-autoassign
May 13, 2026
Merged

[ci] Enabled issue autoassignment bots#223
nemesifier merged 1 commit into
masterfrom
ci/bot-autoassign

Conversation

@Eeshu-Yadav

@Eeshu-Yadav Eeshu-Yadav commented May 13, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • I have read the OpenWISP Contributing Guidelines.
  • I have manually tested the changes proposed in this pull request.
  • I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • I have updated the documentation.

This PR adds the GitHub Actions workflows to auto-assign issues, manage PR-issue linking, handle PR reopening reassignment, and manage stale PRs.
These workflows check out openwisp/openwisp-utils to run the bot Python scripts, ensuring uniform behavior across all repositories.
Related to the auto-assignment issue bot implementation.

Copilot AI review requested due to automatic review settings May 13, 2026 19:31
@coderabbitai

coderabbitai Bot commented May 13, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Eeshu-Yadav has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 55 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9d9dd885-41e0-41e1-bcc0-28ed93cf4049

📥 Commits

Reviewing files that changed from the base of the PR and between d131ae5 and 3f981cc.

📒 Files selected for processing (4)
  • .github/workflows/bot-autoassign-issue.yml
  • .github/workflows/bot-autoassign-pr-issue-link.yml
  • .github/workflows/bot-autoassign-pr-reopen.yml
  • .github/workflows/bot-autoassign-stale-pr.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/bot-autoassign

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kilo-code-bot

kilo-code-bot Bot commented May 13, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

The PR introduces 4 GitHub Actions workflow files that delegate to the centralized openwisp/openwisp-utils/.github/workflows/reusable-bot-autoassign.yml@master reusable workflow. This is a clean approach for organization-wide bot automation that ensures consistent behavior across repositories.

All workflows are properly configured with:

  • Appropriate event triggers (issue_comment, pull_request_target, schedule)
  • Minimal required permissions (contents: read, issues: write, pull-requests: read/write)
  • Concurrency controls to prevent race conditions
  • Proper conditional logic using if statements
Files Reviewed (4 files)
  • .github/workflows/bot-autoassign-issue.yml - Handles issue assignment via comments
  • .github/workflows/bot-autoassign-pr-issue-link.yml - Links PRs to issues on open/reopen/close events
  • .github/workflows/bot-autoassign-pr-reopen.yml - Handles PR reopen reassignment
  • .github/workflows/bot-autoassign-stale-pr.yml - Daily scheduled stale PR management

Reviewed by kimi-k2.5 · 96,513 tokens

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 PR adds GitHub Actions workflows that delegate issue/PR automation to reusable OpenWISP bot workflows from openwisp-utils.

Changes:

  • Adds issue comment handling for issue assignment requests.
  • Adds PR issue-link assignment handling and PR reopen reassignment handling.
  • Adds scheduled/manual stale PR management.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/bot-autoassign-issue.yml Runs the issue assignment bot for comments on issues.
.github/workflows/bot-autoassign-pr-issue-link.yml Runs PR issue auto-assignment for PR lifecycle events.
.github/workflows/bot-autoassign-pr-reopen.yml Runs reassignment logic when PRs are reopened or PR authors comment.
.github/workflows/bot-autoassign-stale-pr.yml Runs scheduled/manual stale PR management.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 99.824%. remained the same — ci/bot-autoassign into master

@nemesifier nemesifier merged commit 9c8cf45 into master May 13, 2026
40 checks passed
@nemesifier nemesifier deleted the ci/bot-autoassign branch May 13, 2026 20:31
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.

4 participants