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

frackham/dependabot_jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

Configuration

Currently the default label is dependencies but this can be changed to use the default label used in the repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published