chore: added action.yml

This commit is contained in:
Christian Schulze 2023-03-05 22:43:25 +01:00
parent 37e0a3c892
commit b7241772cd
1 changed files with 7 additions and 0 deletions

7
action.yml Normal file
View File

@ -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