Skip to content

auto-assign-issues

GitHub App

auto-assign-issues

GitHub App

A Probot app that automatically assigns any issues raised in a repository to specific users

Install

  1. Go to auto-assign-issues app page
  2. Add to GitHub
  3. Choose a repository to install the app, or install globally
  4. Optionally create .github/auto_assign-issues.yml in your repository
# If enabled, auto-assigns users when a new issue is created 
# Defaults to true, allows you to install the app globally, and disable on a per-repo basis
addAssignees: true

# The list of users to assign to new issues. 
# If empty or not provided, the repository owner is assigned
assignees:
  - reviewerA
  - reviewerB
  - reviewerC

Developer

auto-assign-issues is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse