Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

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