Skip to content

Commit

Permalink
chore: Update create-branch-on-issue-assign.yml to include task type (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze authored Jul 25, 2024
1 parent bac6d93 commit 59103b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-branch-on-issue-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
ISSUE_TITLE: ${{ github.event.issue.title }}
ASSIGNEE: ${{ github.event.assignee.login }}
run: |
TYPE="task"
LABELS=$(gh issue view $ISSUE_NUMBER --json labels -q '.labels[].name')
for LABEL in $LABELS; do
Expand Down

0 comments on commit 59103b3

Please sign in to comment.