Skip to content

flavioespinoza/airtable-github-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Airtable - Issues

Airtable integration with GitHub Issues for bug and feature request tracking

  • When a GitHub Issue is created it will appear in Airtable as a searchable and filterable list

Prerequisites

Docs & Guides

Methods

  • Logger

    This function chains series of other function together using a lightweight wrapper around the request-promise library, FaaS-Chain.

  • Submit To Airtable

    Takes the request information from the github webhook and adds the item to the Airtable sheet.

  • Lowest Issue Count

    Grabs the team member with the lowest issue count

  • Assign Record To

    Assigns the issue to a team member. In this instance, the team member with the lowest issue count

  • Update Github Issue

    Adds an assignee to the issue in GitHub

  • Demo

    Quick video demo on YouTube

    alt text

Github Repo

echo "# airtable-github-issues" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/flavioespinoza/airtable-github-issues.git
git push -u origin master

airtable-github-issues

About

Airtable integration with GitHub Issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published