Skip to content

sudeeshjohn/github-slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-slack-bot

The @github-slack-bot is a Slack App that allows users to interact with GitHub Repositories.

Setup

To see the available commands, type help.

Examples:

  1. 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
    
  2. Add a user to a team member add team=

    Eg:
    member add sudeeshjohn team=xyz
    
  3. List all issues those are assigned

    issue list assigned
    
  4. 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