feat(cog): add ability to specify if we need to check from latest tag only
This commit is contained in:
@@ -2,6 +2,11 @@ name: Cog Check
|
||||
on:
|
||||
pull_request:
|
||||
workflow_call:
|
||||
inputs:
|
||||
check-latest-tag-only:
|
||||
type: boolean
|
||||
required: false
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -16,6 +21,6 @@ jobs:
|
||||
- name: Semver release
|
||||
uses: cocogitto/cocogitto-action@v3
|
||||
with:
|
||||
check-latest-tag-only: true
|
||||
check-latest-tag-only: ${{ inputs.check-latest-tag-only }}
|
||||
git-user: "gitea-bot"
|
||||
git-user-email: "bot@git.palkoi.net"
|
||||
|
||||
Reference in New Issue
Block a user