new-issue-branch/.gitea/workflows/Create the Corresponding Branch of the New Odoo Ticket.yaml

18 lines
331 B
YAML

name: Create a new branch and link it back to the issue.
on:
issues:
types:
- opened
- reopened
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: ./