Skip to content

Create component to display other users' completed challenges #106

Create component to display other users' completed challenges

Create component to display other users' completed challenges #106

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 }}