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.8.0.rc4 .github/workflows/auto-approve.yml