Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

chore: migrate elk to cloud #20

chore: migrate elk to cloud

chore: migrate elk to cloud #20

Workflow file for this run

name: Checking PR semantic
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commits:
name: Validate PR commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5