Skip to content

Commit

Permalink
Add jira versions sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Apr 22, 2024
1 parent 21e4fee commit 474fd1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sync-jira-versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Add GitHub release version to Jira issues

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
call-jira-sync:
name: Call Jira versions update
uses: reportportal/.github/.github/workflows/update-jira-versions.yaml@main
with:
jira-server: ${{ vars.JIRA_SERVER }}
secrets: inherit

0 comments on commit 474fd1d

Please sign in to comment.