new-issue-branch/action.yml
Mandresy RABENJAHARISON c6634be696 initial commit
2025-07-07 14:15:21 +03:00

34 lines
750 B
YAML

name: "Create branch in Gitea"
description: "Creates a git branch from an issue and links it back."
author: "Mandresy RABENJAHARISON <mandresyrabenj@gmail.com>"
branding:
icon: git-branch
color: purple
inputs:
ISSUE_LABELS:
description: "Issue Labels."
required: true
ISSUE_NUMBER:
description: "Issue Number."
required: true
ISSUE_TITLE:
description: "Issue Title."
required: true
GITEA_TOKEN:
description: "Gitea Access Token."
required: true
GITEA_URL:
description: "Gitea Instance URL."
required: true
REPO_OWNER:
description: "Git Repository Owner."
required: true
REPO_NAME:
description: "Repository Name."
required: true
runs:
using: "docker"
image: "Dockerfile"