Sha256: 332b06bd81b8f8613bb91898f0f403f116ed4f7cd913f046bc355804a57de066
Contents?: true
Size: 368 Bytes
Versions: 21
Compression:
Stored size: 368 Bytes
Contents
name: Check Changelog on: [pull_request] 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
21 entries across 21 versions & 5 rubygems