new-issue-branch/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml
2025-09-29 16:44:43 +03:00

16 lines
308 B
YAML

name: Create a new branch and link it back to the issue.
on:
issues:
types: [opened]
jobs:
create-branch:
runs-on: node1-runner-timesheet1
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Create a New Branch and Link to Issue
uses: ./