From 81311f7a4a54f68f13be71a4bd6ed8e0c58501bf Mon Sep 17 00:00:00 2001 From: Seoyeon Park <110394722+syss220211@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:12:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20[docs]=20Git=20Action=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create_branch.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/create_branch.yml b/.github/workflows/create_branch.yml index 9eab0fc..b388155 100644 --- a/.github/workflows/create_branch.yml +++ b/.github/workflows/create_branch.yml @@ -1,15 +1,15 @@ -name: Create Issue Branch -on: - issues: - types: [ assigned ] +# name: Create Issue Branch +# on: +# issues: +# types: [ assigned ] -jobs: - create_issue_branch_job: - runs-on: ubuntu-latest - steps: - - name: Create Branch From Issue - uses: robvanderleek/create-issue-branch@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Echo branch name - run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }} +# jobs: +# create_issue_branch_job: +# runs-on: ubuntu-latest +# steps: +# - name: Create Branch From Issue +# uses: robvanderleek/create-issue-branch@main +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# - name: Echo branch name +# run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }}