From fd36e31d0ff1a4d8f9a91693e48f40a8204531a9 Mon Sep 17 00:00:00 2001 From: Sze Ying Date: Thu, 16 Sep 2021 22:10:59 +0800 Subject: [PATCH] feat: prepare release (#13) * feat: add action branding * docs: add pr template * docs: add on_master status badge --- .github/pull_request_template.md | 3 +++ README.md | 2 ++ action.yml | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md 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"