Skip to content

Commit

Permalink
Update create-jira-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Jun 29, 2024
1 parent 5cd99b3 commit 7e36580
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: Create Jira issue
runs-on: ubuntu-latest
steps:
- name: Checkout develop code
uses: actions/checkout@v4
with:
ref: develop

- name: Get Jira Assignee From PR Author
id: jira-assignee
run: |
Expand All @@ -27,11 +32,6 @@ jobs:
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}

- name: Checkout main code
uses: actions/checkout@v4
with:
ref: main

- name: Issue Parser
uses: stefanbuck/github-issue-praser@v3
id: issue-parser
Expand Down Expand Up @@ -74,11 +74,6 @@ jobs:
- name: Log created issue
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"

- name: Checkout develop code
uses: actions/checkout@v4
with:
ref: develop

- name: Update issue title
uses: actions-cool/issues-helper@v3
with:
Expand Down

0 comments on commit 7e36580

Please sign in to comment.