From b7241772cd6501e627c4cc7c70efc4dfe7183091 Mon Sep 17 00:00:00 2001 From: Christian Schulze Date: Sun, 5 Mar 2023 22:43:25 +0100 Subject: [PATCH] chore: added action.yml --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..53ce4c1 --- /dev/null +++ b/action.yml @@ -0,0 +1,7 @@ +name: Gitea Release Drafter +author: Christian Schulze +description: "automates release notes as a draft release whenever a pull request finds it's way into the default branch of your repository" +inputs: + config-path: + description: 'Path of the configuration file for the drafter action' + required: false \ No newline at end of file