Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f927de4

Browse files
committed
Revert "Merge pull request #10 from blitz-js/upgrade"
This reverts commit d00e010, reversing changes made to 76151c6.
1 parent d00e010 commit f927de4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3005
-2950
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package-lock.json
77
coverage
88
lib
99

10-
.vercel
10+
.now

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# blitz-bot
1+
# gh-project-bot
22

33
Bot to manage Blitz GitHub project board, all-contributors list in README, and other automations!
44

@@ -8,8 +8,12 @@ Bot to manage Blitz GitHub project board, all-contributors list in README, and o
88

99
```sh
1010
# Install dependencies
11-
yarn
11+
npm install
1212

13-
# Run locally
14-
./scripts/run-dev.sh
13+
# Run with hot reload
14+
npm run build:watch
15+
16+
# Compile and run
17+
npm run build
18+
npm run start
1519
```

api/webhooks.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ default_permissions:
6262

6363
# Repository contents, commits, branches, downloads, releases, and merges.
6464
# https://developer.github.com/v3/apps/permissions/#permission-on-contents
65-
contents: write
65+
# contents: read
6666

6767
# Deployments and deployment statuses.
6868
# https://developer.github.com/v3/apps/permissions/#permission-on-deployments

app/events/issues.assigned.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

app/events/issues.labeled.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/events/issues.opened.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

app/events/pull_reqest.labeled.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)