Skip to content

SK-1819: Refactor release pipelines #315

SK-1819: Refactor release pipelines

SK-1819: Refactor release pipelines #315

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- release/*
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check JIRA ID
uses: gsactions/commit-message-checker@v1
with:
pattern: '(\[?[A-Z]{1,5}-[1-9][0-9]*)|(\[AUTOMATED\])|(Merge)|(Release).+$'
flags: 'gm'
excludeDescription: 'true'
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.PAT_ACTIONS }}
error: 'One of your commit messages is not matching the format with JIRA ID Ex: ( SDK-123 commit message )'
ci-checks:
uses: ./.github/workflows/common-ci.yml

Check failure on line 25 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/CI.yml (Line: 25, Col: 11): Error from called workflow skyflowapi/skyflow-node/.github/workflows/common-ci.yml@b297c164e9ff12e46a061bcc8a63d5177f329e50 (Line: 5, Col: 5): Unexpected value 'node-version'
with:
node-version: 14.17.6
secrets: inherit