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

Version Path
platform-api-3.8.0 .github/workflows/check_changelog.yml
platform-api-3.7.0 .github/workflows/check_changelog.yml
platform-api-3.6.0 .github/workflows/check_changelog.yml
platform-api-3.5.0 .github/workflows/check_changelog.yml
platform-api-3.3.0 .github/workflows/check_changelog.yml
platform-api-3.2.0 .github/workflows/check_changelog.yml
platform-api-3.0.0 .github/workflows/check_changelog.yml
rate_throttle_client-0.1.2 .github/workflows/check_changelog.yml