Sha256: f5fdd71b54798b7ed9bcd1c38c38cd84f70f9af3dd2fbdc03888a1a0e8aa100c

Contents?: true

Size: 523 Bytes

Versions: 21

Compression:

Stored size: 523 Bytes

Contents

name: Auto approve dependency upgrades and hot-fix PRs
on:
  pull_request_target:
    types: [labeled, unlabeled, edited, ready_for_review, review_requested, auto_merge_enabled]

jobs:
  auto-approve:
    runs-on: ubuntu-latest
    steps:
      - uses: hmarr/auto-approve-action@v3
        if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(toJson(github), 'HOTFIX-AUTO-APPROVE')
        with:
          github-token: "${{ secrets.GITHUB_TOKEN }}"

Version data entries

21 entries across 21 versions & 6 rubygems

Version Path
vidar-1.9.3 .github/workflows/auto-approve.yml
vidar-1.9.2 .github/workflows/auto-approve.yml
vidar-1.9.1 .github/workflows/auto-approve.yml
vidar-1.9.0 .github/workflows/auto-approve.yml
fishplate-7.1.2.2 .github/workflows/auto-approve.yml
fishplate-7.1.2.1 .github/workflows/auto-approve.yml
fishplate-7.1.2.0 .github/workflows/auto-approve.yml
rack-graphql-3.3.0 .github/workflows/auto-approve.yml
rack-graphql-3.3.0.beta .github/workflows/auto-approve.yml
rack-graphql-3.2.0 .github/workflows/auto-approve.yml
fishplate-7.1.0.3 .github/workflows/auto-approve.yml
rack-graphql-3.2.0.beta .github/workflows/auto-approve.yml
newrelic-sidekiq-metrics-1.6.2 .github/workflows/auto-approve.yml
fishplate-7.1.0.1 .github/workflows/auto-approve.yml
rack-graphql-3.1.3 .github/workflows/auto-approve.yml
fishplate-7.1.0 .github/workflows/auto-approve.yml
graphql-pagination-2.1.3 .github/workflows/auto-approve.yml
graphql-pagination-2.1.2 .github/workflows/auto-approve.yml
salesforce_streamer-2.9.0 .github/workflows/auto-approve.yml
vidar-1.8.0 .github/workflows/auto-approve.yml