-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af33246
commit e43d61c
Showing
5 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"astro-loader-github-prs": patch | ||
--- | ||
|
||
Handle missing GitHub token error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
{ | ||
"name": "astro-loader-github-prs", | ||
"version": "1.0.0", | ||
"description": "Aatro loader for loading GitHub pull reuqests from a given GitHub search string.", | ||
"description": "Aatro loader for loading GitHub pull reuqests from a given search string.", | ||
"author": "Stephanie Lin <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"withastro", | ||
"astro-loader", | ||
"github", | ||
"search", | ||
"prs", | ||
"pr" | ||
"pull-request", | ||
"pull-requests", | ||
"pr", | ||
"search" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/lin-stephanie/astro-loaders.git", | ||
"directory": "packages/astro-loader-github-prs" | ||
}, | ||
"homepage": "https://github.com/lin-stephanie/astro-loaders/blob/main/packages/astro-loader-github-prs/README.md", | ||
"homepage": "https://github.com/lin-stephanie/astro-loaders/blob/main/packages/astro-loader-github-prs/", | ||
"bugs": "https://github.com/lin-stephanie/astro-loaders/issues", | ||
"type": "module", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters