Skip to content

Commit

Permalink
Merge pull request #25 from arog-lahcim/arog-lahcim-update-action-def…
Browse files Browse the repository at this point in the history
…inition

Update action definition and bump version to 2.5
  • Loading branch information
sbimochan authored Sep 5, 2022
2 parents 70ed623 + 800efaa commit f32b54a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ inputs:
description: 'Add custom comment'
default: 'Thank you for your contribution! :confetti_ball:'
required: false
ticket-regex-title:
description: 'Use custom regex to pick ticket name'
required: false
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'anchor'
color: 'blue'
color: 'blue'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-link-commenter",
"version": "2.4",
"version": "2.5",
"description": "This action auto comments in pull request with Jira link to it.",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit f32b54a

Please sign in to comment.