Sha256: e2771a621284c18f3ba03308179e7840151901b1d6a728d1bb0745bc75b2bea5

Contents?: true

Size: 427 Bytes

Versions: 5

Compression:

Stored size: 427 Bytes

Contents

name: "dobby action"
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/twiglet/version.rb

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twiglet-3.2.2 .github/workflows/dobby-actions.yml
twiglet-3.2.1 .github/workflows/dobby-actions.yml
twiglet-3.2.0 .github/workflows/dobby-actions.yml
twiglet-3.1.3 .github/workflows/dobby-actions.yml
twiglet-3.1.2 .github/workflows/dobby-actions.yml