Sha256: 3c1d184954be23c858f29f59f7d8787a2c9178fa745e1b43692109cb20eea7f4

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

name: "dobby actions"
on:
  issue_comment:
    types: [created]
jobs:
  pr_commented:
    runs-on: ubuntu-20.04
    if: startsWith(github.event.comment.body, '/dobby')

    steps:
      - name: 'bump version'
        uses: simplybusiness/dobby@v2.0.0
        env:
          DOBBY_APP_ID: ${{ secrets.DOBBY_APP_ID }}
          DOBBY_PRIVATE_KEY: ${{ secrets.DOBBY_PRIVATE_KEY }}
          VERSION_FILE_PATH: lib/simplycop/version.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simplycop-1.7.0 .github/workflows/dobby-actions.yml
simplycop-1.6.4 .github/workflows/dobby-actions.yml
simplycop-1.6.3 .github/workflows/dobby-actions.yml