Skip to content

[fix] Git 브랜치 이름 조회 명령어 변경 Changing the Git branch name lookup command #5

[fix] Git 브랜치 이름 조회 명령어 변경 Changing the Git branch name lookup command

[fix] Git 브랜치 이름 조회 명령어 변경 Changing the Git branch name lookup command #5

name: Auto Assign Issue Creator
on:
issues:
types: [opened]
jobs:
assignAuthor:
name: Assign author to Issue
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign author to Issue
uses: technote-space/assign-author@v1