Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 430 Bytes

Send commits to Jira

A GitHub Action that takes a GitHub push event, parses the commits and sends them to Jira one by one.

Usage

- uses: worksome/send-commits-to-jira@v5
  with:
    commits: ${{ toJson(github.event.commits.*.message) }}
    jira-webhook: https://automation.atlassian.com/pro/hooks/token

License

The scripts and documentation in this project are released under the MIT License