Skip to content

Commit

Permalink
Updated monorepo pr labels (#5)
Browse files Browse the repository at this point in the history
* Updated action.yml

* updated cache
  • Loading branch information
gaagul authored Jul 4, 2023
1 parent db7f56c commit d51f12e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Bump Gem'
name: 'Bump Product Version'
description: 'The GitHub action to bump the gem or engine version.'
author: 'Thejus Paul'
outputs:
version:
description: "Version of package"
inputs:
labels:
description: 'Provide a comma separated list of labels passed to the PR for the version bump.'
Expand All @@ -12,26 +15,32 @@ inputs:
new_branch:
description: 'Provide a branch name to be used for the version bump PR.'
required: false
default: 'bump-gem-version'
default: 'bump-product-version'
base_branch:
description: 'Provide a base branch name to be used for the PR.'
required: false
default: 'main'
commit_message:
description: 'Provide a commit message for the gem version bump.'
required: false
default: 'Updated gem version'
default: 'Updated product version'
pr_title:
description: 'Provide a title for the PR.'
required: false
default: 'Updated gem version'
default: 'Updated product version'
pr_body:
description: 'Provide a body for the PR.'
required: false
default: 'New version release'
default_bump_label:
description: 'Provide a default bump label for cases when labels does not include a bump type label'
required: false
path:
description: 'Path of package.json'
default: "./"
node-version-file:
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions.'
default: "./nvmrc"
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
Binary file modified dist/index.js.cache
Binary file not shown.

0 comments on commit d51f12e

Please sign in to comment.