gitlab bot: standardize on accept/approve language

This commit is contained in:
Brian S. Stephan 2016-06-27 10:25:50 -05:00
parent 98bea53906
commit feb3944380
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ log = logging.getLogger(__name__)
class Command(BaseCommand):
help = "Find merge requests needing code reviewers/assignees"
help = "Find merge requests needing code reviewers/accepters"
def handle(self, *args, **options):
bot = GitlabBot()