Sha256: 9432ccd0c60c0efdc8759432c19d95d6abc49cf3efd95603e2ae05e0e04188fa

Contents?: true

Size: 757 Bytes

Versions: 10

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.0.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

10 entries across 10 versions & 1 rubygems

Version Path
twiglet-3.6.5 .github/workflows/dobby-actions.yml
twiglet-3.6.4 .github/workflows/dobby-actions.yml
twiglet-3.6.3 .github/workflows/dobby-actions.yml
twiglet-3.6.0 .github/workflows/dobby-actions.yml
twiglet-3.5.4 .github/workflows/dobby-actions.yml
twiglet-3.5.2 .github/workflows/dobby-actions.yml
twiglet-3.5.1 .github/workflows/dobby-actions.yml
twiglet-3.5.0 .github/workflows/dobby-actions.yml
twiglet-3.4.9 .github/workflows/dobby-actions.yml
twiglet-3.4.8 .github/workflows/dobby-actions.yml