From 384131e374b4b13330cf11c874e8bba37eab313d Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Mon, 1 Feb 2021 14:07:03 -0800 Subject: [PATCH] Seup chronicler for Github actions. (#431) * Seup chronicler for Github actions, * Update the file type --- .github/workflows/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/main.workflow diff --git a/.github/workflows/main.workflow b/.github/workflows/main.workflow new file mode 100644 index 0000000..6ebf824 --- /dev/null +++ b/.github/workflows/main.workflow @@ -0,0 +1,9 @@ +workflow "Add PR to release notes" { + on = "pull_request" + resolves = ["Chronicler"] +} + +action "Chronicler" { + uses = "crosscompile/chronicler-action@v1.0.0" + secrets = ["GITHUB_TOKEN"] +}