Dependabot Jira

This workflow creates a Jira issue when a Dependabot pull request is created with a specific label. It will set the summary of the Jira issue to the title of the Dependabot pull request and the description of the issue to the body of the pull request. It accomplishes this by leveraging two Atlassian Github Actions.

Setup

  1. Copy dependabot_jira.yml into .github/workflows folder in your repository
  2. Set environment variables in your repository. Instructions can be found here
    • Variables for login
    • Variables for issue creation
      • JIRA_PROJECT_KEY - Example: JIRA
      • JIRA_ISSUE_TYPE - Example: Story