Skip to content

Commit

Permalink
ci: PLATE-675: Add /jira chatops command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Nov 28, 2023
1 parent 9dd5871 commit a5fd24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jira-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
repository: HumanSignal/actions-hub
path: ./.github/actions-hub

- name: Create Jira Ticket
id: create-jira-ticket
- name: Jira Create Issue
id: jira-create-issue
uses: ./.github/actions-hub/actions/jira-create-issue
with:
jira_server: ${{ vars.JIRA_SERVER }}
Expand All @@ -61,7 +61,7 @@ jobs:
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
body: |
> Jira issue [${{ steps.create-jira-ticket.outputs.key }}](${{ steps.create-jira-ticket.outputs.link }}) is created
> Jira issue [${{ steps.jira-create-issue.outputs.key }}](${{ steps.jira-create-issue.outputs.link }}) is created
>
> [Workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
reactions: "+1"
Expand Down

0 comments on commit a5fd24f

Please sign in to comment.