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