Skip to content

Commit f32b54a

Browse files
authored
Merge pull request #25 from arog-lahcim/arog-lahcim-update-action-definition
Update action definition and bump version to 2.5
2 parents 70ed623 + 800efaa commit f32b54a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ inputs:
1111
description: 'Add custom comment'
1212
default: 'Thank you for your contribution! :confetti_ball:'
1313
required: false
14+
ticket-regex-title:
15+
description: 'Use custom regex to pick ticket name'
16+
required: false
1417
runs:
1518
using: 'node16'
1619
main: 'dist/index.js'
1720
branding:
1821
icon: 'anchor'
19-
color: 'blue'
22+
color: 'blue'

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-link-commenter",
3-
"version": "2.4",
3+
"version": "2.5",
44
"description": "This action auto comments in pull request with Jira link to it.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)