diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..34a5010 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +[Notion link]() + +This PR adds... diff --git a/README.md b/README.md index b57c925..3e3519d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Notion Update Page +![on_master](https://github.com/szenius/notion-update-page/actions/workflows/on_master.yml/badge.svg) + GitHub action to update a Notion page property on commit created by merging a Pull Request. Originally built for updating version tag in Notion page on commit. See [the test workflow](.github/workflows/on_master.yml) as an example. diff --git a/action.yml b/action.yml index 0dff319..6774440 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "Notion On Commit" description: "Update page property on commit" +branding: + icon: book-open + color: white inputs: gh-username: description: "GitHub username of user who has access to the repository"