Integrate Pull Request Auto Labeler in Slack
with Axolo

+

Improve your code review processes with the Pull Request Auto Labeler integration!
Code review
Reporting
Free
Reporting
Free
What is Pull Request Auto Labeler about?
A GitHub bot to label PRs automatically based on title and body against list of defined labels. Pull Request Auto Labeler is a Code review application available in the GitHub marketplace.
Receive Pull Request Auto Labeler in Slack
Stop checking your email or your GitHub notifications. Axolo sends the notifications from Pull Request Auto Labeler in the corresponding pull request channel in Slack.
Pull Request Auto Labeler integration with Axolo
Axolo is a productivity app for engineering teams. We open one ephemeral channel for each of your pull request in order to improve engineers collaboration during code reviews.
What are Pull Request Auto Labeler features in GitHub?
A GitHub App built with Probot that enables a GitHub bot to label PRs automatically based on title and body against a list of defined labels.
Add a pr-labeler.yml configuration file to your repository's .github directory with the following content:
# .github/pr-labeler.yml
# The bot always updates the labels, add/remove as necessary [default: false]
alwaysReplace: false
# Treats the text and labels as case sensitive [default: true]
caseSensitive: true
# Array of labels to be applied to the PR [default: []]
customLabels:
# Finds the `text` within the PR title and body and applies the `label`
- text: '#bug'
label: 'bug'
- text: '#test'
label: 'test'
- text: '#feature'
label: 'feature'
# Search the body of the PR for the `text` [default: true]
searchBody: true
# Search the title of the PR for the `text` [default: true]
searchTitle: true
Learn more about Pull Request Auto Labeler on the GitHub marketplace.
They are merging pull requests with us everyday
backed by