gitea-release-drafter/action.yml

10 lines
328 B
YAML
Raw Normal View History

2023-03-05 22:43:25 +01:00
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"
runs:
2023-03-06 09:50:41 +01:00
using: go
2023-03-05 22:43:25 +01:00
inputs:
config-path:
description: "Path of the configuration file for the drafter action"
required: false