diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..ba64b1c --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: Release notes generator +author: Decathlon +description: This Github action automatically creates a release notes when a milestone is closed. +runs: + using: 'docker' + image: 'docker://decathlon/release-notes-generator-action:2.1.0' +branding: + icon: tag + color: blue