Sha256: 8dab2c1ad96e2a4181a73b8c796203d0e0c811b177614e0f568d86297e0978d5

Contents?: true

Size: 508 Bytes

Versions: 21

Compression:

Stored size: 508 Bytes

Contents

# automatically approve PRs submitted by Dependabot
# this will allow Dependabot to automatically merge dependency update PRs where CI passes
# from: https://github.com/hmarr/auto-approve-action
name: Auto approve Dependabot PRs

on:
  pull_request

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
    - uses: hmarr/auto-approve-action@v2.0.0
      if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
      with:
        github-token: "${{ secrets.GITHUB_TOKEN }}"

Version data entries

21 entries across 21 versions & 7 rubygems

Version Path
salesforce_streamer-2.1.1 .github/workflows/auto-approve.yml
vidar-1.1.5 .github/workflows/auto-approve.yml
rack-graphql-1.2.5 .github/workflows/auto-approve.yml
jackhammer-1.3.7 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.1.1 .github/workflows/auto-approve.yml
graphql-pagination-1.1.2 .github/workflows/auto-approve.yml
fishplate-1.1.1 .github/workflows/auto-approve.yml
salesforce_streamer-2.1.0 .github/workflows/auto-approve.yml
salesforce_streamer-2.0.0 .github/workflows/auto-approve.yml
fishplate-1.1.0 .github/workflows/auto-approve.yml
fishplate-1.0.6 .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.1.0 .github/workflows/auto-approve.yml
salesforce_streamer-2.0.0.rc2 .github/workflows/auto-approve.yml
salesforce_streamer-2.0.0.rc1 .github/workflows/auto-approve.yml
salesforce_streamer-1.2.2 .github/workflows/auto-approve.yml
jackhammer-1.3.6 .github/workflows/auto-approve.yml
jackhammer-1.3.5 .github/workflows/auto-approve.yml
vidar-1.1.4 .github/workflows/auto-approve.yml
rack-graphql-1.2.4 .github/workflows/auto-approve.yml
vidar-1.1.3 .github/workflows/auto-approve.yml