Seup chronicler for Github actions. (#431)

* Seup chronicler for Github actions,

* Update the file type
This commit is contained in:
Abhilash Raj
2021-02-01 14:07:03 -08:00
committed by GitHub
parent df0a1e61d0
commit 384131e374

9
.github/workflows/main.workflow vendored Normal file
View File

@@ -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"]
}