Skip to content

Commit 6f79c17

Browse files
authored
GitHub fix (#9795)
* Renaming new-stars to new-star * pnpm
1 parent 4303937 commit 6f79c17

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

components/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/github",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Pipedream Github Components",
55
"main": "github.app.mjs",
66
"keywords": [
File renamed without changes.

components/github/sources/new-stars/new-stars.mjs renamed to components/github/sources/new-star/new-star.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const DOCS_LINK = "https://docs.github.com/en/webhooks/webhook-events-and-payloa
77

88
export default {
99
...common,
10-
key: "github-new-stars",
11-
name: "New stars",
10+
key: "github-new-star",
11+
name: "New Stars",
1212
description: `Emit new event when a repository is starred [See the documentation](${DOCS_LINK})`,
1313
version: "1.0.0",
1414
type: "source",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)