Skip to content

ND-271 corrected the json format for issue creation #155

ND-271 corrected the json format for issue creation

ND-271 corrected the json format for issue creation #155

name: Add Issue to Jira Board On new Dependabot PR's
on:
push:
branches:
- ND-271-spike-dependabot-ticket-auto-creation-in-jira
jobs:
call-workflow-dependabot-pr-to-jira:
if: github.ref == 'refs/heads/ND-271-spike-dependabot-ticket-auto-creation-in-jira'
uses: ministryofjustice/nvvs-devops-github-actions/.github/workflows/dependabot-pr-to-jira.yml@ND-271-spike-dependabot-ticket-auto-creation-in-jira
secrets:
TECH_SERVICES_JIRA_URL: ${{ secrets.TECH_SERVICES_JIRA_URL }}
TECH_SERVICES_JIRA_EMAIL: ${{ secrets.TECH_SERVICES_JIRA_EMAIL }}
TECH_SERVICES_JIRA_TOKEN: ${{ secrets.TECH_SERVICES_JIRA_TOKEN }}