Sha256: d3f61a6fca6d13a4600ade824e11bfe41c5b1135d401012ac6e4a23bf0047b9a

Contents?: true

Size: 757 Bytes

Versions: 12

Compression:

Stored size: 757 Bytes

Contents

name: "Dobby action"
on:
  issue_comment:
    types: [created]
permissions:
  contents: read
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@v3
        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.1.1
        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

12 entries across 12 versions & 1 rubygems

Version Path
twiglet-3.13.0 .github/workflows/dobby-actions.yml
twiglet-3.12.0 .github/workflows/dobby-actions.yml
twiglet-3.11.0 .github/workflows/dobby-actions.yml
twiglet-3.10.0 .github/workflows/dobby-actions.yml
twiglet-3.9.2 .github/workflows/dobby-actions.yml
twiglet-3.9.1 .github/workflows/dobby-actions.yml
twiglet-3.9.0 .github/workflows/dobby-actions.yml
twiglet-3.8.0 .github/workflows/dobby-actions.yml
twiglet-3.7.2 .github/workflows/dobby-actions.yml
twiglet-3.7.1 .github/workflows/dobby-actions.yml
twiglet-3.7.0 .github/workflows/dobby-actions.yml
twiglet-3.6.6 .github/workflows/dobby-actions.yml