Skip to content

Added workflow to create issue in jira #1

Added workflow to create issue in jira

Added workflow to create issue in jira #1

name: Add Issue to Jira Board On new Dependabot PR's

Check failure on line 1 in .github/workflows/dependabot-pr-to-jira-trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-pr-to-jira-trigger.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: call-workflow-dependabot-pr-to-jira
on:
pull_request_target:
types:
- opened
- review_requested
jobs:
call-workflow-dependabot-pr-to-jira:
if: github.event.issues.user.login == 'dependabot[bot]'
# uses: ministryofjustice/nvvs-devops-github-actions/.github/workflows/dependabot-pr-to-jira.yml@main
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 }}