Skip to content

chore: Bump tslog from 3.3.3 to 4.7.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer #292

chore: Bump tslog from 3.3.3 to 4.7.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer

chore: Bump tslog from 3.3.3 to 4.7.1 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer #292

Workflow file for this run

name: "Semantic Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
name: Semantic Commit Message Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amannn/action-semantic-pull-request@v4
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
validateSingleCommit: true
ignoreLabels: release merge