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"
|
2023-03-05 22:57:39 +01:00
|
|
|
runs:
|
|
|
|
using: docker
|
|
|
|
image: Dockerfile
|
2023-03-05 22:43:25 +01:00
|
|
|
inputs:
|
|
|
|
config-path:
|
2023-03-05 22:57:39 +01:00
|
|
|
description: "Path of the configuration file for the drafter action"
|
|
|
|
required: false
|