Skip to content

Commit 04c01d5

Browse files
committed
feat: add support for body
Just pass in body as type rich_text in create and update. Some minor spelling fixes as well.
1 parent 9a27d63 commit 04c01d5

File tree

13 files changed

+191
-146
lines changed

13 files changed

+191
-146
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Notion Board
1616
- [Screenshot](#screenshot)
1717

1818
## Introduction
19-
This action lets you sync your GitHub issue with your notion board. Currently it syncs issue state and labels.
19+
This action lets you sync your GitHub issue with your notion board. Currently it syncs issue title, body, state and labels.
2020

2121
> More features on the way.
2222

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/models.js

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

dist/models.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/notion.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export declare const Notion: (api_key: string, database_id: string, issue: Issue
44
issueEdited: () => Promise<void>;
55
issueClosed: () => Promise<void>;
66
issueDeleted: () => Promise<void>;
7-
issueRepoened: () => Promise<void>;
7+
issueReopened: () => Promise<void>;
88
issueLabeled: () => Promise<void>;
99
issueUnlabeled: () => Promise<void>;
1010
}>;

dist/notion.js

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

0 commit comments

Comments
 (0)