Skip to content

Cherry pick changes from master #73

Cherry pick changes from master

Cherry pick changes from master #73

Workflow file for this run

name: Check contributor list
on:
workflow_dispatch:
pull_request:
paths:
- 'CONTRIBUTING.md'
- '.github/workflows/shortlog.yml'
- '.mailmap'
jobs:
check-shortlog:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0 # need to fetch all commits to check contributors
- name: Check CONTRIBUTING.md
uses: cylc/release-actions/check-shortlog@v1