Skip to content

Chore: Bump lfreleng-actions/checkout-gerrit-change-action from 1.0.0 to 1.0.1 #88

Chore: Bump lfreleng-actions/checkout-gerrit-change-action from 1.0.0 to 1.0.1

Chore: Bump lfreleng-actions/checkout-gerrit-change-action from 1.0.0 to 1.0.1 #88

Workflow file for this run

---
name: Lint GitHub Actions workflows
# yamllint disable-line rule:truthy
on: [push, pull_request]
permissions: read-all
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Download actionlint
id: get_actionlint
# yamllint disable-line rule:line-length
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash
commit-message:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
# yamllint disable-line rule:line-length
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Requires the type to be capitlized, but accept any of the standard
# types
types: |
Fix
Feat
Chore
Docs
Style
Refactor
Perf
Test
Revert
CI
Build
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true