The @github-slack-bot is a Slack App that allows users to interact with GitHub Repositories.
To see the available commands, type help
.
Examples:
-
Get github user details
member get
Eg: member get sudeeshjohn Output: Login: sudeeshjohn Name: SUDEESH JOHN Email: sudeeshjohn@gmail.com ID: 38642 Public Repos: 48
-
Add a user to a team member add team=
Eg: member add sudeeshjohn team=xyz
-
List all issues those are assigned
issue list assigned
-
List all issues assigned to a user and also not updated since a date issue list assignedto username=,noupdatesince= date string must be in yyyy-mm-dd (eg: 2022-01-01) format