Sha256: cbf29420c3a6fbaef8809e7e8f6284aeb46ba48a064675fb5a4551d8b7b54610

Contents?: true

Size: 727 Bytes

Versions: 7

Compression:

Stored size: 727 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')
    env:
      BUNDLE_WITHOUT: "development:test"
    steps:
      - name: Chekcout action
        uses: actions/checkout@v2
        with:
          repository: 'simplybusiness/dobby'
          ref: 'v3.0.0'
      - name: Set up ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
      - name: Bump version
        uses: simplybusiness/dobby@v3.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

7 entries across 7 versions & 1 rubygems

Version Path
twiglet-3.4.3 .github/workflows/dobby-actions.yml
twiglet-3.4.2 .github/workflows/dobby-actions.yml
twiglet-3.4.1 .github/workflows/dobby-actions.yml
twiglet-3.4.0 .github/workflows/dobby-actions.yml
twiglet-3.3.7 .github/workflows/dobby-actions.yml
twiglet-3.3.6 .github/workflows/dobby-actions.yml
twiglet-3.3.5 .github/workflows/dobby-actions.yml