compose-action/.github/workflows/need-fix-to-issue.yml
Emilien Escalle 0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00

24 lines
651 B
YAML

name: Need fix to Issue
on:
push:
branches:
- main
workflow_dispatch:
inputs:
manual-commit-ref:
description: 'The SHA of the commit to get the diff for'
required: true
manual-base-ref:
description:
'By default, the commit entered above is compared to the one directly
before it; to go back further, enter an earlier SHA here'
required: false
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.12.1
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}