new-issue-branch/action.yml
2025-08-21 10:51:48 +03:00

17 lines
569 B
YAML

name: "new-issue-branch"
description: "Creates a git branch from an issue and links it back to the issue."
author: "Mandresy RABENJAHARISON <mandresyrabenj@gmail.com>"
branding:
icon: git-branch
color: purple
runs:
using: "docker"
image: "Dockerfile"
env:
ISSUE_LABELS: ${{ gitea.event.issue.labels }}
ODOO_TICKET_NUMBER: ${{ gitea.event.issue.ref }}
ISSUE_TITLE: ${{ gitea.event.issue.title }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
REPO_OWNER: ${{ gitea.event.repository.owner.login }}
REPO_NAME: ${{ gitea.event.repository.name }}