Skip to content

Commit 57683f0

Browse files
committed
Add Martin, update figures
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 6ba6ea0 commit 57683f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2021-01-26-integrate-with-github-apps-and-faasd.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ In this guide, we are going to demonstrate how to build your own GitHub App to g
1313

1414
# Introduction
1515

16-
With [28 million developers on the platform and 85 million repositories](https://www.theverge.com/2018/6/18/17474284/microsoft-github-acquisition-developer-reaction), integrating with GitHub is not just fun, it's essential. Some companies have even built integrations so good, [that GitHub bought them](https://techcrunch.com/2019/09/18/github-acquires-code-analysis-tool-semmle/) and made them part of the core platform. This has happened multiple times.
16+
With [56 million developers on the platform and 85 million repositories](https://www.theverge.com/2018/6/18/17474284/microsoft-github-acquisition-developer-reaction), integrating with GitHub is not just fun, it's essential. Some companies have even built integrations so good, [that GitHub bought them](https://techcrunch.com/2019/09/18/github-acquires-code-analysis-tool-semmle/) and made them part of the core platform. This has happened multiple times.
17+
18+
> Even faster than that. When we reached out to GitHub for comment, [Martin Woodward, Director of DevRel](https://twitter.com/martinwoodward) told us that this year they saw 60 million new repositories created.
1719
1820
So why is it that so many of you are doing it wrong? Many of you are still using OAuth apps which are considered legacy and have scopes which are far too broad. Many more of you are taking extreme risks by using Personal Access Tokens (PATs), most of which can do anything to your account and repositories.
1921

0 commit comments

Comments
 (0)