Airtable
integration withGitHub
Issues
for bug and feature request tracking
- When a
GitHub
Issue
is created it will appear inAirtable
as a searchable and filterable list
-
This function chains series of other function together using a lightweight wrapper around the request-promise library, FaaS-Chain.
-
Takes the request information from the github webhook and adds the item to the Airtable sheet.
-
Grabs the team member with the lowest issue count
-
Assigns the issue to a team member. In this instance, the team member with the lowest issue count
-
Adds an assignee to the issue in GitHub
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