Skip to content

Jonghakseo/add-jira-comment-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published