Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 486 Bytes

Pull-Request Jira Task Comment

github action file example (for use)

name: PR Comment Jira

on:
  pull_request:
    types: [ opened, synchronize ]

jobs:
  add-jira-task-comment:
    runs-on: ubuntu-latest
    steps:
      - uses: Jonghakseo/add-jira-comment-action@v1
#        with:
#          prefix: 'comment prefix'
#          suffix: 'comment suffix'
#          regexp default '(proxy|lan|com|travel)(\\s|-)(\\d+)' 
#          regexp: 'override find task regexp'