diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 7970c9e3..ba16458e 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -174,3 +174,17 @@ jobs: OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} + + jira_dependabot_integration: + if: github.actor == 'dependabot[bot]' + uses: mosip/kattu/.github/workflows/jira-dependabot-integration.yml@develop + with: + jira_project: "MOSIP" + pr_title: ${{ github.event.pull_request.title }} + pr_url: ${{ github.event.pull_request.html_url }} + pr_branch: ${{ github.event.pull_request.head.ref }} + secrets: + JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} + JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} + JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} +