Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

AutoAssign

kzu edited this page Sep 20, 2014 · 5 revisions

Auto Assign Issues

The OctoHook.AutoAssign package extends GitHub Issues by automatically assigning issues to users specified in the issue title as :[username] or :me.

Examples

Issue Title Resulting Behavior
Improve auto-assigning of issues :kzu Assign issue to the user kzu
Improve auto-assigning of issues :me Assign issue to myself

The hook automatically removes processed string from the issue title (i.e. removing :me from it).

This hook is compatible with the AutoLabel hook, so that the labels directives can exist before or after the auto assign one.

Install

Install the OctoHook.AutoAssign nuget package on your Web API project:

PM> Install-Package OctoHook.AutoAssign
Clone this wiki locally