Skip to content

monkb/parse-jira-issue-keys-from-git-commits-when-pushed

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Parse jira issue keys from commit messages when pushed

Description

An action that parses all the possible issue keys from the commit message.

Environment variables
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Usage
jobs:
  parse: 
    steps: 
      - name: parse-issue-keys
        uses: monkb/parse-jira-issue-keys@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reference

HighwayThree/jira-extract-issue-keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published