Seup chronicler for Github actions. (#431)
* Seup chronicler for Github actions, * Update the file type
This commit is contained in:
9
.github/workflows/main.workflow
vendored
Normal file
9
.github/workflows/main.workflow
vendored
Normal 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"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user