Integrate CommentAgent in Slack
with Axolo

+

Improve your Continuous Integrations processes with the CommentAgent integration!
Continuous integration
Free
Utilities
Free
Utilities
What is CommentAgent about?
A GitHub bot to trigger a configured GitHub action based on found text in a comment from an authorized user. CommentAgent is a Continuous Integration application available in the GitHub marketplace.
Receive CommentAgent in Slack
Stop checking your email or your GitHub notifications. Axolo sends the notifications from CommentAgent in the corresponding pull request channel in Slack.
CommentAgent 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 CommentAgent features in GitHub?
A GitHub bot to trigger a configured GitHub action based on found text in a comment from an authorized user.
For full installation instructions, please see the repository's README.
Installation
After installation, create a .github/comment-agent.yml file in the default branch to enable it.
Example configuration:
# A mapping of keyword aliases to event type. Form of match:event type.
# Required.
aliasMappings:
"[BuildPlease]": "Build_Action"
?buildme: "Build_Action"
?triage: triage
# Determines if alias matching is case sensitive.
# Optional. Defaults to true.
caseSensitive: true
# A mapping of event types to user group permissions.
# Form of event type:group name or combined names (Explained lower in the README).
# Optional, defaults to CONTRIBUTOR or OWNER for each.
permissionMappings:
"BuildAction": [MEMBER, CONTRIBUTOR, PRAUTHOR]
triage: 'CONTRIBUTOR'
Usage
You also need to set up an action triggered by the configuration-specified event type. An example of one can be found in the repository's README.
Learn more about CommentAgent on the GitHub marketplace.
You're in good company.
















