Skip to content

Create API view to get the details of the current user #37

Create API view to get the details of the current user

Create API view to get the details of the current user #37

Workflow file for this run

name: Create Branch from Issue
on:
issues:
types: [assigned]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}