Sha256: 00b6612cb8be27f86e22f6770cacb43fe23b16b4c2401ff0c84f27af3c5c1be7
Contents?: true
Size: 417 Bytes
Versions: 8
Compression:
Stored size: 417 Bytes
Contents
name: Check Changelog on: pull_request: types: [opened, reopened, edited, synchronize] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Check that CHANGELOG is touched run: | cat $GITHUB_EVENT_PATH | jq .pull_request.title | grep -i '\[\(\(changelog skip\)\|\(ci skip\)\)\]' || git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md
Version data entries
8 entries across 8 versions & 2 rubygems